Package: percona-valkey-audit Version: 1.0.0-3.bullseye Architecture: amd64 Maintainer: Martin Visser Installed-Size: 234 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_amd64.deb Size: 48572 SHA256: f006a0b7047f874ccbc6a87d9171ba3f824f4d3ce353ee1ee8cb93a448ab9dc4 SHA1: 00d2a3b0d19516c8ea9b3a3974083474566f689d MD5sum: 1d38dd0cdc0beb43cd9b8b405058b6b3 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: amd64 Maintainer: Martin Visser Installed-Size: 160 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_amd64.deb Size: 43674 SHA256: 1b41f3af1856d4dc8586254b1073938b473e172b0bd617c03c846178458d8969 SHA1: 98b407e1bba5b8aaa8b216c57553e9219c8d1963 MD5sum: 79a98e65f261a48c374d63cf9b433c5e 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: amd64 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_amd64.deb Size: 100774 SHA256: fae4a636e348c35ed9aad182cdf5a9f6b13776b2c3dc78d66fc50d5d3c83a4a1 SHA1: 383c56c077634bdacf283da04165e9f4d38fc036 MD5sum: f35c070e6f1d893aaf183b3954e87f6b Description: debug symbols for percona-valkey-audit Build-Ids: 2c556992a8abc983876b7536f9a82f4ac48de578 Package: percona-valkey-audit-dbgsym Source: percona-valkey-audit Version: 0.2.2-1.bullseye Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Visser Installed-Size: 138 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_amd64.deb Size: 101202 SHA256: 6fbcab2af441208c5c682557920718b76eeca7dfc1916feff48bf2d3af03f6b1 SHA1: 5cf398bff257801e5b4ba70b2a7ca215d18ecad8 MD5sum: b39bde15231440c988a2a6a29815eee8 Description: debug symbols for percona-valkey-audit Build-Ids: 1e64982ac26406dd23f07603cdc479a23d3cbc96 Package: percona-valkey-bloom Version: 1.0.1-3.bullseye Architecture: amd64 Maintainer: Evgeniy Patlan Installed-Size: 18894 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_amd64.deb Size: 1235390 SHA256: 46c2e6bee9b275aa9feabfd4ce2a024b9a4f85fba2f94e42cbc9b5eb9ac8fb4d SHA1: 216f634d55375eb1fc632db7b878f758e4d7b9ac MD5sum: 04199152db8b3db83fbe4c0cd782d241 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: amd64 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_amd64.deb Size: 4490 SHA256: ea5e05d000c02909185123d2e60fc841b99158bf47d397a2835cd10d867ee129 SHA1: da50d6801a7b7e15b05be8baa14c32a898bbccb1 MD5sum: 94cb5b81835a03dae65780091504f6f8 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: amd64 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_amd64.deb Size: 4438 SHA256: db1cbb9baa3ee0fd354d4e0c4d622878e84b5fecff522b41d5181fa2d4881bc0 SHA1: 3bfe0e5cf7e1dfdfa0a1e2665d430390c42f1291 MD5sum: d61139f25a47dff63554dd8015aceec7 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: amd64 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_amd64.deb Size: 4434 SHA256: e32d3f6b801c9b0d04f5716dbfa0c1934a12037a55825f2e5fa04f649ba3dce9 SHA1: d9c4913ca1f3c1ac1c8a1f5f4c29d8d982bbb535 MD5sum: 6d7732f65a6f628e8847f1f72bcf2fce 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: amd64 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_amd64.deb Size: 16944 SHA256: 4bc6a182741104299bc00560ad01aa18960086a2257067601e2e6f0390ffb968 SHA1: 170b019b6a4b45608ac529ede0c60b9078622625 MD5sum: c539583466f7c17c11bf42944be3bfeb 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: amd64 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_amd64.deb Size: 14844 SHA256: c6a39fd10d5f1d8d3120cd7ab302270f7dc91a78c9e11723e8e9f2c26e7ac5e8 SHA1: 2055655d4500f5607b1eafc7e630c413f96c2594 MD5sum: fdec0eda66d31b20b57b1e6281237b35 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: amd64 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_amd64.deb Size: 13112 SHA256: 1bd2cb9a7fadd4535dffbe12eb942c863bf809e320f47a68e5f51e6640775323 SHA1: cb949a23266c212ba39d987de9e02cdd2060bdab MD5sum: f20ee0e5f46e2111ce50aa486523da23 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: amd64 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_amd64.deb Size: 22774 SHA256: 293b87a5a462459be5dcb9505198b973a0451033fe71579d59096d16fb31e7c1 SHA1: fbf343469ba594d1e34c24f29764e7398937a36a MD5sum: cbed3a7ef0ebd4f6eeeb2e6bdf803a13 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: amd64 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_amd64.deb Size: 20678 SHA256: 8264d5b6fa9429fbd2045f28d02428f3031114e79fbd7234a918075c31c35c87 SHA1: c894fd4620203c75cb4db6fadbba20218c07d2dd MD5sum: c3dc4347241228b267469e563b89e372 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: amd64 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_amd64.deb Size: 18922 SHA256: c03736cd282a05682cc2e5220d57e45df6d6cf7071cf7f4f66e14c07c4906994 SHA1: ad4bde86decb72862c45f893d7e4c17d7d17d563 MD5sum: e63ba26c5b444be22b6e3042ebd152eb 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: amd64 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_amd64.deb Size: 38158 SHA256: 3e025ffe9a57dca3ea4946dcc2e9d00345f4de10ec2f392adf698a8db12b9925 SHA1: 4b5d145ecbe5d2c45c302b3dcb724bfc3eb33814 MD5sum: 6b3b328c78bf33b588e0f88523bb2f03 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: amd64 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_amd64.deb Size: 36006 SHA256: af889b06f6f9823cba2ffbd5020a3f79a2fb9e94444df22e1c3ad70bd5364a19 SHA1: 01f27a2b5df9eeabc136c398ab495b2fbe1df2b0 MD5sum: 4f11394c5c207abd2225b59776974b98 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: amd64 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_amd64.deb Size: 34234 SHA256: 1b4577bd3a839adf8c07d7a57ea1570f947664c601c664c429341905ef40af9d SHA1: 64f8512091180e45550201a69ea236b79e07430c MD5sum: e32c707bf2c96504c582494b394108aa 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: amd64 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_amd64.deb Size: 2074030 SHA256: 81a8ec2362ddd412282f8f2cd309b20ca693890daae39967409d7225ed5fcf07 SHA1: a46ad32eb7182c4889c2fe3567adb8ae9b83e206 MD5sum: 1cbf7bd3ef07706d455ae36b25886df8 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: amd64 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_amd64.deb Size: 2071838 SHA256: ff010aa6a9f9306b09b20d2f98869027585ee43b0c4dd8c42d7f42ddf184d474 SHA1: 0a1dded6a5b06d8c8016358dac865a3a227015dc MD5sum: b7e38b3c645a1f631aa8a10595e53159 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: amd64 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_amd64.deb Size: 2070046 SHA256: a93a3ae9bc4a7fb9909477b20e369bba29831ce5551b26131b6ba5717541db09 SHA1: 8a58f35520145d13db9d9c305400b6d90c8dff35 MD5sum: 072a98f00bd185cd3b5a5179d0f8474b 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 496 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 161276 SHA256: d0de2dfae9d5b9218980f9a7880b37830db33d843f94cd169f9299a7f1b7a2c2 SHA1: 451bbb269e0fba9a5ca6b5bda3684eaa97ae5289 MD5sum: 9b1933d76a84cd6b38ed90f622ad1ab8 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 22827 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_amd64.deb Size: 1637198 SHA256: d44f43aa8b4800f3e5b1e3f1fc3bbc55d24a4042502c622837a09b5685516456 SHA1: b1f921903079bdb43b242bb0e1406188f40ec704 MD5sum: 35f49c2dc99b52da2fec5cdb77ef68c4 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 2382 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_amd64.deb Size: 738572 SHA256: 42bcdd18aaac0f66d5472589885ee0356f11fd42b542d4c3ad2d66844e9bd808 SHA1: e11aa9b1f9d98737069bf5bb5bc4e0e7c9ccaf04 MD5sum: 4240741fec4ffaed0a1b9506a8844e03 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 1160 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_amd64.deb Size: 194724 SHA256: 9428ec1b40aaa74091d42698e06abebe49ae710378c44333422b137bc27ccbb7 SHA1: e8d60acfd51c581706ea8f05a8074dd62c5b8b92 MD5sum: 0bce617b6fe0825d88f5dc5779770afb Description: debug symbols for percona-valkey-ldap Build-Ids: 6662b392acdc1537ee3493737bd80cc059577c9a Package: percona-valkey-ldap-dbgsym Source: percona-valkey-ldap Version: 1.1.0-1.bullseye Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evgeniy Patlan Installed-Size: 644 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_amd64.deb Size: 122888 SHA256: 538b62d9a0f5cef596e55af0e494d5bd2d57190d51c0714cc2e23ce5bbdbf01c SHA1: 44bfffc7977276e1807da482070665d4c66a98ea MD5sum: a00404b4abdacd1d3b3a22c9fbe26732 Description: debug symbols for percona-valkey-ldap Build-Ids: 87ff313a5b4a599825c9f370a07697061bfe39c6 Package: percona-valkey-sentinel Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: amd64 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_amd64.deb Size: 48500 SHA256: 8fe06b18840b4d2c3b4ffc9b8a0d31488a11830b44be88122246945b0e2247c3 SHA1: aaf2d028b92cf5d590e5642c6f6a800ae02a67c0 MD5sum: 8c77913ccafb3d58367587e7c2e78964 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: amd64 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_amd64.deb Size: 46408 SHA256: 543dc1aa5c40e4293398b4499692c5558cda789ab20361b5040733523b2d1708 SHA1: 2efff7debe798f8d512806ff485113da1b6bb7ef MD5sum: 3ede518e19b76982ec745e71e41fb71e 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: amd64 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_amd64.deb Size: 44660 SHA256: f0385a6486eb22d35f5021cd0fafaede68d00d17ef30e08f77e913afdc96afda SHA1: fe4ccb425d03e2f804a78dbec01a4b8f02e9aeeb MD5sum: 30ae120a05644077c0b66f8ecde7e7e7 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 3736 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_amd64.deb Size: 1195850 SHA256: 43ec9e59f1dfebf193bc72cd04330b1be3607407d0a6161d42e2e78b5343eda7 SHA1: c322771ceb7d63f1de62afadc4848f124dcb6015 MD5sum: 3176abf4a4655c81841121a8a9dd72ec 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 3730 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_amd64.deb Size: 1192310 SHA256: 8583ce6a9a56eaa5fee6260a97498cfe61ee43e2632f687d7bfc10191b30fadc SHA1: ac988db902f4135f23def6dc3e78d4e205307275 MD5sum: fa13307de62a215dd8b148b25b54c8cb 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 3445 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_amd64.deb Size: 1175162 SHA256: dde3221c033d64261c131a0406b6695cada777a0770f62022d51f524d79b7909 SHA1: 6c2c011025bebf1b40580f2d3d2fdabe11279f5b MD5sum: 012c452cf2e82ac6632bf9c1fd42ab8c 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 4457 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_amd64.deb Size: 3848876 SHA256: 169eb1d65a46f10006127389f44fc0b5be08a952881b30f65d587d29f1a6b606 SHA1: ae296aa22c5346e8345e8989c4817ce47ad99208 MD5sum: 2044e936e94207ce1ccd7e5ec0ffab88 Description: debug symbols for percona-valkey-server Build-Ids: faefbf01009316a945b07488f852c50b712508aa Package: percona-valkey-server-dbgsym Source: percona-valkey Version: 1:9.1.1-1.bullseye Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evgeniy Patlan Installed-Size: 4449 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_amd64.deb Size: 3842252 SHA256: 4a027b14e9fb1135d091c3e2ca2da82cdcf4a0ed330b1e7be26500ed3b08778d SHA1: 89bb5914a6bc18f79f7928491af807aa9a23b6e1 MD5sum: f87508a474a321fb66acf3df9effcfc9 Description: debug symbols for percona-valkey-server Build-Ids: 90112e56cd9b13ec8c97c3e5b1f39cf555312138 Package: percona-valkey-server-dbgsym Source: percona-valkey Version: 1:9.1.0-1.bullseye Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evgeniy Patlan Installed-Size: 4441 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_amd64.deb Size: 3835260 SHA256: d45680e43ce40d357ee0e598fcf9b0ca9dfeb8bce64fcfdb7ce9255534e15659 SHA1: b121be301fe0081524dd715a350253757e8324eb MD5sum: a1821842c4e84d027db056de7cde5567 Description: debug symbols for percona-valkey-server Build-Ids: a8c6c6645be8620eb8fd5a17433d5edd5ccef26c Package: percona-valkey-tools Source: percona-valkey Version: 1:9.1.2-1.bullseye Architecture: amd64 Maintainer: Evgeniy Patlan Installed-Size: 1181 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_amd64.deb Size: 349368 SHA256: 0a0f70859970c849a41f1345bf7c7f647e964f8b2a9c621451593e1f18ca3a3b SHA1: 1fe79709fd9d24e05933d546de84052d51cab206 MD5sum: 08d1e186d37f41179f5fad05b5fd48dd 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 1179 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_amd64.deb Size: 347288 SHA256: 6726310c84bd7f00ee7e33771886a2223a0b4b269e832df092906ca3cd8ac93b SHA1: 313765f9cf0c3d3ca2d2cdf0a8d89e0baff31b20 MD5sum: 92df302bfee70fc83a9907e3cef6be50 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 1177 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_amd64.deb Size: 346044 SHA256: a1aae3829850600ffd84fdbd33db0c037ae1232886c1d9159e7b37820c5148da SHA1: 9361927b1b1726637eaef211c0034865e16d1492 MD5sum: d75f9cc470b4d78f83839ecdf83ce1eb 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: amd64 Maintainer: Evgeniy Patlan Installed-Size: 1193 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_amd64.deb Size: 980384 SHA256: 580e56d8e55df607d9d873ee2320b86f4fc479ae21d0289da071c12948a7f002 SHA1: 929a46986c2dbeebc65b0a2294fc97f8614bca03 MD5sum: 9dbbbc1121655150b599c12b94ef994d Description: debug symbols for percona-valkey-tools Build-Ids: 34c900523b04c80c19c373f05e6899d7a42b34e6 ff5e241da5448afe290e879292337b55e34e909c Package: percona-valkey-tools-dbgsym Source: percona-valkey Version: 1:9.1.1-1.bullseye Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evgeniy Patlan Installed-Size: 1193 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_amd64.deb Size: 980104 SHA256: dffe3539ac02a3f17ede7fc796244148b1a7bc9e899bd95608dbf3a8eecaaa5e SHA1: c8328e66d4e544fdcfef09d3c7e95aa8a6e44b7e MD5sum: 194cf2863f8b9291e89414a6774b7cab Description: debug symbols for percona-valkey-tools Build-Ids: 0b5504a9dfaa2bbfd549f20cd0969f09b0c0e825 3a122be2bbfeae8c8cb67a2acd817d2646d3697d Package: percona-valkey-tools-dbgsym Source: percona-valkey Version: 1:9.1.0-1.bullseye Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evgeniy Patlan Installed-Size: 1193 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_amd64.deb Size: 980080 SHA256: 306f39c6fd4d8607fd4f51c7ee80958b51ba871ef4bd68c7e1ce3862ff68f289 SHA1: 9920ff026302a41f6e05702df54c668c0232884e MD5sum: 0c705f508cd60124018737daa6d5b0a9 Description: debug symbols for percona-valkey-tools Build-Ids: 2df73cb6c633353865c1fbdef87c9b52f07987c8 d63e60ef7b504ef70c8207418477cef6339135ba