Package: percona-valkey-audit Version: 1.0.0-3.bullseye Architecture: arm64 Maintainer: Martin Visser Installed-Size: 238 Depends: libc6 (>= 2.17), percona-valkey-server Conflicts: valkey-audit Replaces: valkey-audit Provides: valkey-audit Homepage: https://github.com/martinrvisser/valkey-audit Priority: optional Section: database Filename: pool/main/p/percona-valkey-audit/percona-valkey-audit_1.0.0-3.bullseye_arm64.deb Size: 47600 SHA256: 5c7a74a812d28334cca403dda032148c6d6de100abaf535970b56a2a95cf9234 SHA1: e98cbf0ad7b6b65064315b8a9fa8bef290db7e19 MD5sum: d005d616635c905d8d7a1d753d8af835 Description: Audit logging module for Valkey A Valkey server module that provides comprehensive audit logging. Logs connections, authentication, configuration changes, key operations, and more to file, syslog, or TCP in text, JSON, or CSV formats. Supports exclusion rules by username, IP, command, and custom categories. Package: percona-valkey-audit Version: 0.2.2-1.bullseye Architecture: arm64 Maintainer: Martin Visser Installed-Size: 164 Depends: libc6 (>= 2.17), percona-valkey-server Conflicts: valkey-audit Replaces: valkey-audit Provides: valkey-audit Homepage: https://github.com/martinrvisser/valkey-audit Priority: optional Section: database Filename: pool/main/p/percona-valkey-audit/percona-valkey-audit_0.2.2-1.bullseye_arm64.deb Size: 42478 SHA256: 6bc49701f6a584e0abbffb3edc141106b2b08a403d2ba4cf449857f7a9a62124 SHA1: f8e29ac71928c316b73f394dd59ce1fce6faade8 MD5sum: c83c10a0c23a202841700e1de1d3a43a Description: Audit logging module for Valkey A Valkey server module that provides comprehensive audit logging. Logs connections, authentication, configuration changes, key operations, and more to file, syslog, or TCP in text, JSON, or CSV formats. Supports exclusion rules by username, IP, command, and custom categories. Package: percona-valkey-audit-dbgsym Source: percona-valkey-audit Version: 1.0.0-3.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Visser Installed-Size: 137 Depends: percona-valkey-audit (= 1.0.0-3.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey-audit/percona-valkey-audit-dbgsym_1.0.0-3.bullseye_arm64.deb Size: 99670 SHA256: 61b4962dc8ac61203228c6d8fdb81314af5a84ea648037b42350b20f4d71e67e SHA1: 84caf0e4805bc834da631a3ae590b48b7a6ca663 MD5sum: 1ce7027e132c72336816e190a95f6eeb Description: debug symbols for percona-valkey-audit Build-Ids: 6042225346d51c7688ba447b67ea7db1247dfd12 Package: percona-valkey-audit-dbgsym Source: percona-valkey-audit Version: 0.2.2-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Visser Installed-Size: 137 Depends: percona-valkey-audit (= 0.2.2-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey-audit/percona-valkey-audit-dbgsym_0.2.2-1.bullseye_arm64.deb Size: 99950 SHA256: 9d942da2ec52bf332ec97a7a7bc4e5e48dddc515581225e32268e9d16d98ccd8 SHA1: ea3e69e7b37e021334ed51758868394d53c740a4 MD5sum: faa8dac2b334a72d8941a93da047621f Description: debug symbols for percona-valkey-audit Build-Ids: ef9cc5dcc4dd90609ab494655bcf878e351010c0 Package: percona-valkey-bloom Version: 1.0.1-3.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 18643 Depends: libc6 (>= 2.30), libgcc-s1 (>= 4.2), percona-valkey-server (>= 9.0.0) Homepage: https://github.com/valkey-io/valkey-bloom Priority: optional Section: database Filename: pool/main/p/percona-valkey-bloom/percona-valkey-bloom_1.0.1-3.bullseye_arm64.deb Size: 1121546 SHA256: 3ad1fbf48cc6c61084d4c98944426a9c34c19e79718a940c2621e4f929994bf8 SHA1: ad2b0b40cea6bcf5c53d41287c3e6e908c0dddb6 MD5sum: cc9a3d17fa089338c61fa4a3382197b9 Description: Bloom filter module for Percona Valkey valkey-bloom provides a Bloom filter data type for Percona Valkey via the libvalkey_bloom.so loadable module (BF.ADD, BF.EXISTS, BF.RESERVE, BF.INSERT, BF.INFO, ...). . The module is installed into /usr/lib/valkey/modules. It is not loaded automatically; enable it with 'loadmodule' in valkey.conf or 'MODULE LOAD'. . The Rust toolchain used to build this package is provided via rustup by the Percona build driver and is intentionally not declared as a Build-Depends. Package: percona-valkey-bundle Version: 9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 11 Depends: percona-valkey-server (>= 9.1.2), percona-valkey-json (>= 1.0.2), percona-valkey-bloom (>= 1.0.1), percona-valkey-search (>= 1.2.0), percona-valkey-ldap (>= 1.1.1) Homepage: https://github.com/valkey-io/valkey-bundle Priority: optional Section: database Filename: pool/main/p/percona-valkey-bundle/percona-valkey-bundle_9.1.2-1.bullseye_arm64.deb Size: 4490 SHA256: 7dc7154ed0032b1340c2bae411954c949b19ab3b85ba843d66567193398a89f3 SHA1: ea19bedb1114080f5e0a18dafbbe53a7b53e366d MD5sum: 44e854e6d263d986271b9afc69e89b67 Description: Percona Valkey server bundled with all supported modules percona-valkey-bundle is a meta-package that installs the Percona Valkey server together with all supported modules in one step: . * percona-valkey-json (JSON.* — native JSON data type) * percona-valkey-bloom (BF.* — Bloom filters) * percona-valkey-search (FT.* — vector / full-text search) * percona-valkey-ldap (LDAP authentication) . It contains no files of its own; it only declares dependencies. The modules are installed into /usr/lib/valkey/modules but are not loaded automatically; enable them with 'loadmodule' in valkey.conf or 'MODULE LOAD' at runtime. Package: percona-valkey-bundle Version: 9.1.1-2.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 11 Depends: percona-valkey-server (>= 9.1.1), percona-valkey-json (>= 1.0.2), percona-valkey-bloom (>= 1.0.1), percona-valkey-search (>= 1.2.0), percona-valkey-ldap (>= 1.1.1) Homepage: https://github.com/valkey-io/valkey-bundle Priority: optional Section: database Filename: pool/main/p/percona-valkey-bundle/percona-valkey-bundle_9.1.1-2.bullseye_arm64.deb Size: 4438 SHA256: 1a3c78579205594b8bfeeae4400280a311d5b46b5e70f2f4e57a385e5b0b19a7 SHA1: 9052832fe4eab023eb4b1f33e6208743710f9229 MD5sum: 65aeba1cbeef21393dd83913ceaf68b8 Description: Percona Valkey server bundled with all supported modules percona-valkey-bundle is a meta-package that installs the Percona Valkey server together with all supported modules in one step: . * percona-valkey-json (JSON.* — native JSON data type) * percona-valkey-bloom (BF.* — Bloom filters) * percona-valkey-search (FT.* — vector / full-text search) * percona-valkey-ldap (LDAP authentication) . It contains no files of its own; it only declares dependencies. The modules are installed into /usr/lib/valkey/modules but are not loaded automatically; enable them with 'loadmodule' in valkey.conf or 'MODULE LOAD' at runtime. Package: percona-valkey-bundle Version: 9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 11 Depends: percona-valkey-server (>= 9.1.0), percona-valkey-json (>= 1.0.2), percona-valkey-bloom (>= 1.0.1), percona-valkey-search (>= 1.2.0), percona-valkey-ldap (>= 1.1.1) Homepage: https://github.com/valkey-io/valkey-bundle Priority: optional Section: database Filename: pool/main/p/percona-valkey-bundle/percona-valkey-bundle_9.1.0-1.bullseye_arm64.deb Size: 4434 SHA256: c885e1b2f653c9052c15ba6d8bedf4ac20bb1bcab693878a8583c360c5efe73e SHA1: 449156647ea87a440ea3a9207bb367b24c27d1e4 MD5sum: 1b73997109b448ee30b34ea5fccb05d4 Description: Percona Valkey server bundled with all supported modules percona-valkey-bundle is a meta-package that installs the Percona Valkey server together with all supported modules in one step: . * percona-valkey-json (JSON.* — native JSON data type) * percona-valkey-bloom (BF.* — Bloom filters) * percona-valkey-search (FT.* — vector / full-text search) * percona-valkey-ldap (LDAP authentication) . It contains no files of its own; it only declares dependencies. The modules are installed into /usr/lib/valkey/modules but are not loaded automatically; enable them with 'loadmodule' in valkey.conf or 'MODULE LOAD' at runtime. Package: percona-valkey-compat-redis Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 43 Depends: percona-valkey-server (>= 1:9.1.2-1.bullseye), percona-valkey-tools (>= 1:9.1.2-1.bullseye) Conflicts: redis-server (<< 7.4~), redis-tools (<< 7.4~), valkey-compat-redis Replaces: redis-server (<< 7.4~), redis-tools (<< 7.4~), valkey-compat-redis Provides: redis-server, redis-tools, valkey-compat-redis Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-compat-redis_9.1.2-1.bullseye_arm64.deb Size: 16952 SHA256: c0f8cf1bc02a3d49f4757f08637187e9196046d583c1383742c6c3cd430132b6 SHA1: de4ffa8d38a114b26130ba522708727cb73bc123 MD5sum: 2180c6a075b1b07f91df5ed954e110f4 Description: Redis compatibility symlinks for Valkey This package provides compatibility symlinks and wrappers to enable easy conversion from Redis to Valkey. It provides redis-* command names that redirect to the equivalent valkey-* commands. . This is a transitional package to help migrate from Redis to Valkey. Package: percona-valkey-compat-redis Source: percona-valkey Version: 1:9.1.1-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 41 Depends: percona-valkey-server (>= 1:9.1.1-1.bullseye), percona-valkey-tools (>= 1:9.1.1-1.bullseye) Conflicts: redis-server (<< 7.4~), redis-tools (<< 7.4~), valkey-compat-redis Replaces: redis-server (<< 7.4~), redis-tools (<< 7.4~), valkey-compat-redis Provides: redis-server, redis-tools, valkey-compat-redis Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-compat-redis_9.1.1-1.bullseye_arm64.deb Size: 14848 SHA256: ea0585c3b81fb17e03c989c22971ff7fbb20d0e4f3fb83a0a4bcad5a265d7663 SHA1: fa7090cb4c7d4fc1dd7675590087693403fc6501 MD5sum: fa1ebc5620103017f072cd609bfd336b Description: Redis compatibility symlinks for Valkey This package provides compatibility symlinks and wrappers to enable easy conversion from Redis to Valkey. It provides redis-* command names that redirect to the equivalent valkey-* commands. . This is a transitional package to help migrate from Redis to Valkey. Package: percona-valkey-compat-redis Source: percona-valkey Version: 1:9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 39 Depends: percona-valkey-server (>= 1:9.1.0-1.bullseye), percona-valkey-tools (>= 1:9.1.0-1.bullseye) Conflicts: redis-server (<< 7.4~), redis-tools (<< 7.4~), valkey-compat-redis Replaces: redis-server (<< 7.4~), redis-tools (<< 7.4~), valkey-compat-redis Provides: redis-server, redis-tools, valkey-compat-redis Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-compat-redis_9.1.0-1.bullseye_arm64.deb Size: 13116 SHA256: beab0d385e60fa28804c2aa365ba3278a0e83e5b182032d4f5bb99382a583cbb SHA1: 32b7fd567849fcc04b85f97c588b96d162ad6d27 MD5sum: bc3a9f23c5778311764e14a9023ce171 Description: Redis compatibility symlinks for Valkey This package provides compatibility symlinks and wrappers to enable easy conversion from Redis to Valkey. It provides redis-* command names that redirect to the equivalent valkey-* commands. . This is a transitional package to help migrate from Redis to Valkey. Package: percona-valkey-compat-redis-dev Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 81 Depends: percona-valkey-dev (>= 1:9.1.2-1.bullseye) Conflicts: redis-dev (<< 7.4~), valkey-compat-redis-dev Replaces: redis-dev (<< 7.4~), valkey-compat-redis-dev Provides: redis-dev, valkey-compat-redis-dev Multi-Arch: same Homepage: https://valkey.io Priority: optional Section: libdevel Filename: pool/main/p/percona-valkey/percona-valkey-compat-redis-dev_9.1.2-1.bullseye_arm64.deb Size: 22774 SHA256: b33b7093cff475f023cd58e3687bdc952ce29967a168851ea660bc32d1ae2ba6 SHA1: 26d9ca23d6e558735fc81ed3e089f599e60faf53 MD5sum: 9d138a55db70bffc2b18b1cc95121592 Description: Redis API compatibility headers for Valkey modules This package provides the legacy redismodule.h header for building Valkey modules with the Redis API. . This is a transitional package to help migrate Redis modules to Valkey. Package: percona-valkey-compat-redis-dev Source: percona-valkey Version: 1:9.1.1-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 79 Depends: percona-valkey-dev (>= 1:9.1.1-1.bullseye) Conflicts: redis-dev (<< 7.4~), valkey-compat-redis-dev Replaces: redis-dev (<< 7.4~), valkey-compat-redis-dev Provides: redis-dev, valkey-compat-redis-dev Multi-Arch: same Homepage: https://valkey.io Priority: optional Section: libdevel Filename: pool/main/p/percona-valkey/percona-valkey-compat-redis-dev_9.1.1-1.bullseye_arm64.deb Size: 20670 SHA256: d15b61e1d5fba9430f4d601b1f91d5052bdbe567bbd4fd6ab908195561e98ee7 SHA1: 45cfb52e85590cffa6775364ba97f9a23cedcd39 MD5sum: 66114e8941ed6778872215c1535e8703 Description: Redis API compatibility headers for Valkey modules This package provides the legacy redismodule.h header for building Valkey modules with the Redis API. . This is a transitional package to help migrate Redis modules to Valkey. Package: percona-valkey-compat-redis-dev Source: percona-valkey Version: 1:9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 77 Depends: percona-valkey-dev (>= 1:9.1.0-1.bullseye) Conflicts: redis-dev (<< 7.4~), valkey-compat-redis-dev Replaces: redis-dev (<< 7.4~), valkey-compat-redis-dev Provides: redis-dev, valkey-compat-redis-dev Multi-Arch: same Homepage: https://valkey.io Priority: optional Section: libdevel Filename: pool/main/p/percona-valkey/percona-valkey-compat-redis-dev_9.1.0-1.bullseye_arm64.deb Size: 18938 SHA256: 78b99c7feaabe7d7cd0fdc562cb81c05e619a68a42e3b23baaa0cc16456d6172 SHA1: 49ee520531eee1d7f0cf59e6c63e8ade204df33b MD5sum: 4e8a5d51b657f268830ba4ff47e09a7e Description: Redis API compatibility headers for Valkey modules This package provides the legacy redismodule.h header for building Valkey modules with the Redis API. . This is a transitional package to help migrate Redis modules to Valkey. Package: percona-valkey-dev Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 192 Conflicts: valkey-dev Replaces: valkey-dev Provides: valkey-dev Multi-Arch: same Homepage: https://valkey.io Priority: optional Section: libdevel Filename: pool/main/p/percona-valkey/percona-valkey-dev_9.1.2-1.bullseye_arm64.deb Size: 38154 SHA256: e93f48631da83dfa61fb8b1d89da614224947b2474205755d13a339bff2067f4 SHA1: 30e3e88f3ff4e21cbbf19584537bf06cf3925078 MD5sum: 7249bfd2cf08f7deb020388a54ed872b Description: Development files for Valkey modules Valkey is an advanced key-value store. . This package contains the header files needed to develop Valkey modules. Includes valkeymodule.h and RPM macros for module packaging. Package: percona-valkey-dev Source: percona-valkey Version: 1:9.1.1-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 190 Conflicts: valkey-dev Replaces: valkey-dev Provides: valkey-dev Multi-Arch: same Homepage: https://valkey.io Priority: optional Section: libdevel Filename: pool/main/p/percona-valkey/percona-valkey-dev_9.1.1-1.bullseye_arm64.deb Size: 36002 SHA256: a5d7ea18934ca34e99e1bc6b6f877a13807f5cbcd76f8e9cb572c8ef6e3d46fe SHA1: f838657d82cd0dedf019ee589f3e9e58289e9d59 MD5sum: b077b84b1b17b38252dac914c1bfa2ea Description: Development files for Valkey modules Valkey is an advanced key-value store. . This package contains the header files needed to develop Valkey modules. Includes valkeymodule.h and RPM macros for module packaging. Package: percona-valkey-dev Source: percona-valkey Version: 1:9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 188 Conflicts: valkey-dev Replaces: valkey-dev Provides: valkey-dev Multi-Arch: same Homepage: https://valkey.io Priority: optional Section: libdevel Filename: pool/main/p/percona-valkey/percona-valkey-dev_9.1.0-1.bullseye_arm64.deb Size: 34274 SHA256: f5c6c9d299d46eacc2d6407326541cd3aa8e400944e084ac3268573c32b35b8f SHA1: 615a012eeeb82cd76a4ff30ce98787452afe8a00 MD5sum: 2cc2e6ae7e96a781c5821475751ed45e Description: Development files for Valkey modules Valkey is an advanced key-value store. . This package contains the header files needed to develop Valkey modules. Includes valkeymodule.h and RPM macros for module packaging. Package: percona-valkey-doc Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 6722 Conflicts: valkey-doc Replaces: valkey-doc Provides: valkey-doc Homepage: https://valkey.io Priority: optional Section: doc Filename: pool/main/p/percona-valkey/percona-valkey-doc_9.1.2-1.bullseye_arm64.deb Size: 2073926 SHA256: 0671412f88caf10cf0837dd42330d1949c358eea6df7aa8ddaa47be547233ebb SHA1: 558f66ef2842d06dd01011841e38ded3be275fdb MD5sum: c638beb6cb84bf4c91b87a894126e28a Description: Documentation for Valkey Valkey is an advanced key-value store. . This package contains the documentation and additional man pages. Package: percona-valkey-doc Source: percona-valkey Version: 1:9.1.1-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 6720 Conflicts: valkey-doc Replaces: valkey-doc Provides: valkey-doc Homepage: https://valkey.io Priority: optional Section: doc Filename: pool/main/p/percona-valkey/percona-valkey-doc_9.1.1-1.bullseye_arm64.deb Size: 2071814 SHA256: 77bb5985f23e9b36fc5ba0a7fd28421e0a6b0e5a76c7b554dff182f6a22079a3 SHA1: a59db0672f6c9232b84433921ce8b297f42677a1 MD5sum: 6eb527aabf8491ae1b6e416d97816472 Description: Documentation for Valkey Valkey is an advanced key-value store. . This package contains the documentation and additional man pages. Package: percona-valkey-doc Source: percona-valkey Version: 1:9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 6718 Conflicts: valkey-doc Replaces: valkey-doc Provides: valkey-doc Homepage: https://valkey.io Priority: optional Section: doc Filename: pool/main/p/percona-valkey/percona-valkey-doc_9.1.0-1.bullseye_arm64.deb Size: 2070098 SHA256: f69b91f4d61e985058f1aa122f3289fcdfa670fcd334cb6ea2e67c420cd4542f SHA1: fdc32c0ebe65c891122348e349e93def492f6a26 MD5sum: 12f8e4def0c51a0464d14794eb59f529 Description: Documentation for Valkey Valkey is an advanced key-value store. . This package contains the documentation and additional man pages. Package: percona-valkey-json Version: 1.0.2-3.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 476 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), percona-valkey-server (>= 9.0.0) Homepage: https://github.com/valkey-io/valkey-json Priority: optional Section: database Filename: pool/main/p/percona-valkey-json/percona-valkey-json_1.0.2-3.bullseye_arm64.deb Size: 148388 SHA256: 0a4e548757960c6b1de3869068827962246917cbddb7e21baff34d806e96e1a3 SHA1: 454b2d3c417554239cd223de1dbbd80102004e70 MD5sum: e83baf50793d92aa62b9f7c514cb0f80 Description: Native JSON data type module for Percona Valkey valkey-json provides native JSON support for Percona Valkey via the libjson.so loadable module, implementing the JSON.* command family with JSONPath queries (wildcards, filters, slices, unions, recursive descent). . The module is installed into /usr/lib/valkey/modules. It is not loaded automatically; enable it with 'loadmodule' in valkey.conf or 'MODULE LOAD'. Package: percona-valkey-ldap Version: 1.1.1-3.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 22431 Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.2), libssl1.1 (>= 1.1.1) Recommends: percona-valkey-server (>= 7.2) | valkey-server (>= 7.2) | valkey (>= 7.2) Conflicts: valkey-ldap Replaces: valkey-ldap Provides: valkey-ldap Homepage: https://github.com/valkey-io/valkey-ldap Priority: optional Section: database Filename: pool/main/p/percona-valkey-ldap/percona-valkey-ldap_1.1.1-3.bullseye_arm64.deb Size: 1476366 SHA256: 11a048bca64671cbeae65d9f9a5a8c893e26c80af96c18fe6fc98bece69847e9 SHA1: da9689b466b8508b0a54068efe8fe33a7cb78f01 MD5sum: 8155ff394f5ce24cf8eb8a946cd7ae32 Description: LDAP authentication module for Valkey (Percona build) An LDAP authentication module for Valkey that provides external authentication and authorization via LDAP directories. Supports TLS, connection pooling, and group-based access control. . This is the Percona-branded build, intended to pair with percona-valkey-server. It is a drop-in replacement for the upstream valkey-ldap package. Package: percona-valkey-ldap Version: 1.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 2210 Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.2), libssl1.1 (>= 1.1.1) Recommends: percona-valkey-server (>= 7.2) | valkey-server (>= 7.2) | valkey (>= 7.2) Conflicts: valkey-ldap Replaces: valkey-ldap Provides: valkey-ldap Homepage: https://github.com/valkey-io/valkey-ldap Priority: optional Section: database Filename: pool/main/p/percona-valkey-ldap/percona-valkey-ldap_1.1.0-1.bullseye_arm64.deb Size: 649868 SHA256: 121c50b5266bf8d5d247467ae9f0f37d04f2f7bbffaefa747c99b769d76ee347 SHA1: c553061717c45abb60261d95f7b5a3a055ee3277 MD5sum: f9e2b9a730912d6a320020825da340e9 Description: LDAP authentication module for Valkey (Percona build) An LDAP authentication module for Valkey that provides external authentication and authorization via LDAP directories. Supports TLS, connection pooling, and group-based access control. . This is the Percona-branded build, intended to pair with percona-valkey-server. It is a drop-in replacement for the upstream valkey-ldap package. Package: percona-valkey-ldap-dbgsym Source: percona-valkey-ldap Version: 1.1.1-3.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 1549 Depends: percona-valkey-ldap (= 1.1.1-3.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey-ldap/percona-valkey-ldap-dbgsym_1.1.1-3.bullseye_arm64.deb Size: 222596 SHA256: 4dc7ed70e3cf2db9e77dfeecf55f00ca6cfbaf2f89e026cfffd28e6bcfa8011a SHA1: 3915a3eca44732ef5171b4f34f1c92bfec4df715 MD5sum: fdf5dab7cfb74a8bf6424e29469d94a9 Description: debug symbols for percona-valkey-ldap Build-Ids: a4161cf8b0f57eb9c97aef922e539136b395fe69 Package: percona-valkey-ldap-dbgsym Source: percona-valkey-ldap Version: 1.1.0-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 892 Depends: percona-valkey-ldap (= 1.1.0-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey-ldap/percona-valkey-ldap-dbgsym_1.1.0-1.bullseye_arm64.deb Size: 140612 SHA256: 6d5daa75de161e20ada64e29ba39bc6c30ae9eaeb1a6caa53aa9e8cc7dee5e2e SHA1: 55605ffcba34f16f0aa783da37f3f4cb8783af79 MD5sum: 40c1d2b23703ea92890f28d324c1b1d4 Description: debug symbols for percona-valkey-ldap Build-Ids: ddbd3be91ea17e980a400dd8bbdad237ae36f8c6 Package: percona-valkey-sentinel Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 100 Pre-Depends: init-system-helpers (>= 1.54~) Depends: percona-valkey-tools (= 1:9.1.2-1.bullseye), lsb-base (>= 3.2-14) Recommends: logrotate Conflicts: valkey-sentinel Replaces: valkey-sentinel Provides: valkey-sentinel Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-sentinel_9.1.2-1.bullseye_arm64.deb Size: 48504 SHA256: c4ef9a31c065915360cde17d3fbcf459483129aa5b5df002dc99057c246f5bce SHA1: 5841d894d0fd4927783dd9ce3375e83e71d115ae MD5sum: 5de9cb31d2685eceec9af316c7b284bb Description: Persistent key-value database with network interface (monitoring) Valkey is an advanced key-value store. . This package contains the Valkey Sentinel monitoring software. Package: percona-valkey-sentinel Source: percona-valkey Version: 1:9.1.1-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 98 Pre-Depends: init-system-helpers (>= 1.54~) Depends: percona-valkey-tools (= 1:9.1.1-1.bullseye), lsb-base (>= 3.2-14) Recommends: logrotate Conflicts: valkey-sentinel Replaces: valkey-sentinel Provides: valkey-sentinel Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-sentinel_9.1.1-1.bullseye_arm64.deb Size: 46400 SHA256: 612771b0b228f4be26b48c09e0edcee322ef6e44f9f0bb23b34b04b2c5ce62d3 SHA1: f4c6e2c5b1d2b8e89cb606efc49b5ce66987b2d7 MD5sum: ac9c02622df61554eb6bf5a028a7b03e Description: Persistent key-value database with network interface (monitoring) Valkey is an advanced key-value store. . This package contains the Valkey Sentinel monitoring software. Package: percona-valkey-sentinel Source: percona-valkey Version: 1:9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 96 Pre-Depends: init-system-helpers (>= 1.54~) Depends: percona-valkey-tools (= 1:9.1.0-1.bullseye), lsb-base (>= 3.2-14) Recommends: logrotate Conflicts: valkey-sentinel Replaces: valkey-sentinel Provides: valkey-sentinel Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-sentinel_9.1.0-1.bullseye_arm64.deb Size: 44660 SHA256: a3108ef10a66dc951af6e2c515cda32d02cbf7e2cd1339311e6bacc69b46e3d2 SHA1: d3078e5656e263d4737663974fec3366c2dbe0f5 MD5sum: bb389718163a343dac04ecf4eea63a71 Description: Persistent key-value database with network interface (monitoring) Valkey is an advanced key-value store. . This package contains the Valkey Sentinel monitoring software. Package: percona-valkey-server Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 3767 Pre-Depends: init-system-helpers (>= 1.54~) Depends: percona-valkey-tools (= 1:9.1.2-1.bullseye), lsb-base (>= 3.2-14), libatomic1 (>= 4.8), libc6 (>= 2.29), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl1.1 (>= 1.1.1), libsystemd0 Recommends: logrotate Suggests: percona-valkey-doc, percona-valkey-compat-redis Conflicts: valkey-server Replaces: valkey-server Provides: valkey, valkey-server Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-server_9.1.2-1.bullseye_arm64.deb Size: 1132418 SHA256: 0233cd1b49a73cc8df193a379c69de767278d7613b0c0b4c3d5c08af7beed504 SHA1: 0e3268ad9a068ab34ba85e851b09a7df46d5c62f MD5sum: 1b1fd7247b936cbf37a8017be4f589af Description: Persistent key-value database with network interface Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. . You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. . In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. . Valkey also supports trivial-to-setup primary-replica replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. . Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. Package: percona-valkey-server Source: percona-valkey Version: 1:9.1.1-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 3773 Pre-Depends: init-system-helpers (>= 1.54~) Depends: percona-valkey-tools (= 1:9.1.1-1.bullseye), lsb-base (>= 3.2-14), libatomic1 (>= 4.8), libc6 (>= 2.29), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl1.1 (>= 1.1.1), libsystemd0 Recommends: logrotate Suggests: percona-valkey-doc, percona-valkey-compat-redis Conflicts: valkey-server Replaces: valkey-server Provides: valkey, valkey-server Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-server_9.1.1-1.bullseye_arm64.deb Size: 1128098 SHA256: db77582d9f026e5d2fb5aa8863ad8a54d9ae58528ec8a43e775544e18d393618 SHA1: 1a8de3a8cb7a70781af4033c95bd2c1125e8cacb MD5sum: 0b11d2bc4820850aaec875a0ad2db7e6 Description: Persistent key-value database with network interface Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. . You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. . In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. . Valkey also supports trivial-to-setup primary-replica replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. . Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. Package: percona-valkey-server Source: percona-valkey Version: 1:9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 3476 Pre-Depends: init-system-helpers (>= 1.54~) Depends: percona-valkey-tools (= 1:9.1.0-1.bullseye), lsb-base (>= 3.2-14), libatomic1 (>= 4.8), libc6 (>= 2.29), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl1.1 (>= 1.1.1), libsystemd0 Recommends: logrotate Suggests: percona-valkey-doc, percona-valkey-compat-redis Conflicts: valkey-server Replaces: valkey-server Provides: valkey, valkey-server Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-server_9.1.0-1.bullseye_arm64.deb Size: 1111582 SHA256: 404d402dd872954131f4f6484d82e8f5119070fd1b1c199127d67c732bf41cc8 SHA1: 9185d7c2f6281b66f961f52d603808c6035a9a31 MD5sum: c950b251e49ae8e87e396026ca1c6381 Description: Persistent key-value database with network interface Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. . You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. . In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. . Valkey also supports trivial-to-setup primary-replica replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. . Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. Package: percona-valkey-server-dbgsym Source: percona-valkey Version: 1:9.1.2-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 4258 Depends: percona-valkey-server (= 1:9.1.2-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey/percona-valkey-server-dbgsym_9.1.2-1.bullseye_arm64.deb Size: 3792136 SHA256: e0aa4db89e50a3f2c2fe26fce49a055659155f45df63ce0012e13b78621a80e3 SHA1: a731d7aa59329b57124bcc3e8a80676f739425f3 MD5sum: 597a212692fe8902bf8cc99e70993fe3 Description: debug symbols for percona-valkey-server Build-Ids: edfd1a66bbafee083f7c64c24054f14a75730a40 Package: percona-valkey-server-dbgsym Source: percona-valkey Version: 1:9.1.1-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 4252 Depends: percona-valkey-server (= 1:9.1.1-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey/percona-valkey-server-dbgsym_9.1.1-1.bullseye_arm64.deb Size: 3786500 SHA256: 906072ccb9e2bd32afb734095c06ddda25c060555685566fd00552876ae08a4a SHA1: a70a067ed0212d338c0076a0ed27eecb84b8b9fb MD5sum: c8ec0304fc344ce761f48107bee5472d Description: debug symbols for percona-valkey-server Build-Ids: 46db6609b390c39ac4c0749b5a254b871cce05e2 Package: percona-valkey-server-dbgsym Source: percona-valkey Version: 1:9.1.0-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 4247 Depends: percona-valkey-server (= 1:9.1.0-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey/percona-valkey-server-dbgsym_9.1.0-1.bullseye_arm64.deb Size: 3781156 SHA256: 64251b574d5f2641df943f752c2fe2dadcf9c1a4678b7ee71b702b455e38979b SHA1: fcda41eda242426c43c5914a50b782b65ed7acfa MD5sum: 67446d8ccb34120829c48caa595d6729 Description: debug symbols for percona-valkey-server Build-Ids: f867db1fcdc13e40b3734bccf471a1fb0dbd3196 Package: percona-valkey-tools Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 1149 Depends: adduser, libatomic1 (>= 4.8), libc6 (>= 2.29), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl1.1 (>= 1.1.1), libsystemd0 Suggests: ruby-redis Conflicts: valkey-tools Replaces: valkey-tools Provides: valkey-tools Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-tools_9.1.2-1.bullseye_arm64.deb Size: 328756 SHA256: a344f70d84b977b23e56134caf40c29b2c5b83340630a31855d1123887bb3aa2 SHA1: 06161d925d7d74adf67ba6ab5260eeb9e2ea0184 MD5sum: d4aa9da1b6de08b99aeebda2f72b9951 Description: Persistent key-value database with network interface (client) Valkey is an advanced key-value store. . This package contains the command line client and other tools. Package: percona-valkey-tools Source: percona-valkey Version: 1:9.1.1-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 1147 Depends: adduser, libatomic1 (>= 4.8), libc6 (>= 2.29), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl1.1 (>= 1.1.1), libsystemd0 Suggests: ruby-redis Conflicts: valkey-tools Replaces: valkey-tools Provides: valkey-tools Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-tools_9.1.1-1.bullseye_arm64.deb Size: 327456 SHA256: 3b922a55785634dc98a41ee63ce54a609d3dd4d856dab534115c14d9f6660793 SHA1: 9104636e0ac39e57d42804d62bc1d6c9242f549e MD5sum: c3070435ba47c512b3ebc377f5ddca32 Description: Persistent key-value database with network interface (client) Valkey is an advanced key-value store. . This package contains the command line client and other tools. Package: percona-valkey-tools Source: percona-valkey Version: 1:9.1.0-1.bullseye Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 1145 Depends: adduser, libatomic1 (>= 4.8), libc6 (>= 2.29), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl1.1 (>= 1.1.1), libsystemd0 Suggests: ruby-redis Conflicts: valkey-tools Replaces: valkey-tools Provides: valkey-tools Homepage: https://valkey.io Priority: optional Section: database Filename: pool/main/p/percona-valkey/percona-valkey-tools_9.1.0-1.bullseye_arm64.deb Size: 325088 SHA256: 7cbf375cd397acfbfa5242c3ddcf71d3ddbf854ef82dbadf434ad453886bb211 SHA1: 515e4edeae776ead9cd9edc4823f1d19e5e768c4 MD5sum: 3c8a2c93c3dc8fcc508dd9d7f1b4d4cb Description: Persistent key-value database with network interface (client) Valkey is an advanced key-value store. . This package contains the command line client and other tools. Package: percona-valkey-tools-dbgsym Source: percona-valkey Version: 1:9.1.2-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 1124 Depends: percona-valkey-tools (= 1:9.1.2-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey/percona-valkey-tools-dbgsym_9.1.2-1.bullseye_arm64.deb Size: 949744 SHA256: 003d871fd598978ec9882eec25706b2865a258f7f3d9b6f09e7568b66b3e7dd5 SHA1: b57aa4e03830a9bc5683e07459bef1ff6c5f54cb MD5sum: 446ee5bdc430340d5d23f732aa1014c4 Description: debug symbols for percona-valkey-tools Build-Ids: 23458526430a44109dc4615db0c613af9f8dc052 353ea45eccac05df0cd618d916ec3bb9d78a664e Package: percona-valkey-tools-dbgsym Source: percona-valkey Version: 1:9.1.1-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 1124 Depends: percona-valkey-tools (= 1:9.1.1-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey/percona-valkey-tools-dbgsym_9.1.1-1.bullseye_arm64.deb Size: 949584 SHA256: 3a3240c55e6b9025c5f59f6455de1773122dca999e61d0091bf0648d01969f5b SHA1: 45d6be181506dfeafaa52d52589527f28092fe42 MD5sum: fcf0d8dcfab1c004a87a0f929390f177 Description: debug symbols for percona-valkey-tools Build-Ids: 086f6767b39cede68b12f9cc9c1ebc0f1e7bc9a1 aea036dc11d3707e15f5cda65826776bee70b339 Package: percona-valkey-tools-dbgsym Source: percona-valkey Version: 1:9.1.0-1.bullseye Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evgeniy Patlan Installed-Size: 1124 Depends: percona-valkey-tools (= 1:9.1.0-1.bullseye) Priority: optional Section: debug Filename: pool/main/p/percona-valkey/percona-valkey-tools-dbgsym_9.1.0-1.bullseye_arm64.deb Size: 949452 SHA256: 6982828904c3a9c97dcfeae2a806d621beb71c4e75a0b03d38c79e0875e70afd SHA1: 30b87f2ed2e2e9f8f926c91e262a594753bf45e0 MD5sum: a606fcf2a46b8a77819b465e637c69c4 Description: debug symbols for percona-valkey-tools Build-Ids: 211bc39adc066b57ebcab4033fb7516cf3abd4f0 61075eb3971283fd2e92a7435bcb860a00bf7e06