Tags: ctessier/phpredis
Tags
phpredis 5.3.1 This is a small bugfix release for issues discovered in 5.3.0. You can find a detailed list of changes in Changelog.md and package.xml * Sponsors ~ Audiomack - https://audiomack.com ~ BlueHost - https://bluehost.com ~ Redis Cache Pro for WordPress - https://wprediscache.com ~ Avtandil Kikabidze - https://github.com/akalongman
phpredis 5.3.0 This release contains initial support for Redis 6 ACLs, LZ4 compression, and many more fixes and improvements. You can find a detailed list of changes in Changelog.md and package.xml A special thanks to BlueHost for sponsoring ACL support \o/ * Sponsors ~ Audiomack - https://audiomack.com ~ BlueHost - https://bluehost.com ~ Redis Cache Pro for WordPress - https://wprediscache.com ~ Avtandil Kikabidze - https://github.com/akalongman
phpredis 5.3.0RC2 This release contains initial support for Redis 6 ACLs, LZ4 compression, and many more fixes and improvements. You can find a detailed list of changes in Changelog.md and package.xml A special thanks to BlueHost for sponsoring ACL support \o/ * Sponsors ~ Audiomack - https://audiomack.com ~ BlueHost - https://bluehost.com ~ Redis Cache Pro for WordPress - https://wprediscache.com ~ Avtandil Kikabidze - https://github.com/akalongman
phpredis 5.3.0RC1 This release contains initial support for Redis 6 ACLs, LZ4 compression, and many more fixes and improvements. You can find a detailed list of changes in Changelog.md and package.xml. A special thanks to Bluehost.com for sponsoring ACL support. \o/ * Sponsors ~ Audiomack.com](https://audiomack.com) ~ BlueHost](https://bluehost.com) ~ Redis Cache Pro for WordPress](https://wprediscache.com/) ~ Avtandil Kikabidze](https://github.com/akalongman)
phpredis 5.2.1 This is a bugfix release that fixes `redis->zAdd` arginfo as well as a segfault when closing persistent connections. * Fix arginfo for Redis::zadd [a8e2b02] (Pavlo Yatsukhnenko) * Fix segfault on closing persistent stream [b7f9df7] (Pavlo Yatsukhnenko) * Sponsors ~ Audiomack.com - https://audiomack.com ~ Till Kruss - https://github.com/tillkruss
phpredis 5.2.0 - There were no changes between 5.2.0RC2 and 5.2.0. phpredis 5.2.0RC2 * Include RedisSentinelTest.php in package.xml! [eddbfc8] (Michael Grunder) * Fix -Wmaybe-uninitialized warning [740b8c8] (Remi Collet) * Fix improper destructor when zipping values and scores [371ae7a] (Michael Grunder) * Use php_rand instead of php_mt_rand for liveness challenge string [9ef2ed8] (Michael Grunder) phpredis 5.2.0RC1 This release contains initial support for Redis Sentinel as well as many smaller bug fixes and improvements. It is especially of interest if you use persistent connections, as we've added logic to make sure they are in a good state when retreving them from the pool. IMPORTANT: Sentinel support is considered experimental and the API will likely change based on user feedback. * Sponsors ~ Audiomack.com - https://audiomack.com ~ Till Kruss - https://github.com/tillkruss --- * Initial support for RedisSentinel [90cb69f, c94e28f, 46da22b, 5a609fa, 383779e] (Pavlo Yatsukhnenko) * Houskeeping (spelling, doc changes, etc) [23f9de3, d07a8df, 2d39b48, 0ef488f, 2c35e43, f52bd8a, 2ddc5f2, 1ff7dfb, db44613] (Tyson Andre, Pavlo Yatsukhnenko, Michael Grunder, Tyson Andre) * Fix for ASK redirections [ba73fbe] (Michael Grunder) * Create specific 'test skipped' exception [c3d83d4] (Michael Grunder) * Fixed memory leaks in RedisCluster [a107c9f] (Michael Grunder) * Fixes for session lifetime values that underflow or overflow [7a79ad9, 3c48a33] (Michael Grunder) * Enables slot caching for Redis Cluster [23b1a9d] (Michael Booth) * Support TYPE argument for SCAN [8eb39a2, b1724b8, 53fb36c, 544e641] (Pavlo Yatsukhnenko) * Added challenge/response mechanism for persistent connections [a5f9592, 25cdaee, 7b6072e, 99ebd0c, 3243f42] (Pavlo Yatsukhnenko, Michael Grunder)
phpredis 5.2.0RC2 * Include RedisSentinelTest.php in package.xml! [eddbfc8] (Michael Grunder) * Fix -Wmaybe-uninitialized warning [740b8c8] (Remi Collet) * Fix improper destructor when zipping values and scores [371ae7a] (Michael Grunder) * Use php_rand instead of php_mt_rand for liveness challenge string [9ef2ed8] (Michael Grunder) phpredis 5.2.0RC1 This release contains initial support for Redis Sentinel as well as many smaller bug fixes and improvements. It is especially of interest if you use persistent connections, as we've added logic to make sure they are in a good state when retreving them from the pool. IMPORTANT: Sentinel support is considered experimental and the API will likely change based on user feedback. * Sponsors ~ Audiomack.com - https://audiomack.com ~ Till Kruss - https://github.com/tillkruss --- * Initial support for RedisSentinel [90cb69f, c94e28f, 46da22b, 5a609fa, 383779e] (Pavlo Yatsukhnenko) * Houskeeping (spelling, doc changes, etc) [23f9de3, d07a8df, 2d39b48, 0ef488f, 2c35e43, f52bd8a, 2ddc5f2, 1ff7dfb, db44613] (Tyson Andre, Pavlo Yatsukhnenko, Michael Grunder, Tyson Andre) * Fix for ASK redirections [ba73fbe] (Michael Grunder) * Create specific 'test skipped' exception [c3d83d4] (Michael Grunder) * Fixed memory leaks in RedisCluster [a107c9f] (Michael Grunder) * Fixes for session lifetime values that underflow or overflow [7a79ad9, 3c48a33] (Michael Grunder) * Enables slot caching for Redis Cluster [23b1a9d] (Michael Booth) * Support TYPE argument for SCAN [8eb39a2, b1724b8, 53fb36c, 544e641] (Pavlo Yatsukhnenko) * Added challenge/response mechanism for persistent connections [a5f9592, 25cdaee, 7b6072e, 99ebd0c, 3243f42] (Pavlo Yatsukhnenko, Michael Grunder)
phpredis 5.2.0RC1 This release contains initial support for Redis Sentinel as well as many smaller bug fixes and improvements. It is especially of interest if you use persistent connections, as we've added logic to make sure they are in a good state when retreving them from the pool. IMPORTANT: Sentinel support is considered experimental and the API will likely change based on user feedback. * Sponsors ~ Till Kruss - https://github.com/tillkruss --- * Initial support for RedisSentinel [90cb69f, c94e28f, 46da22b, 5a609fa, 383779e] (Pavlo Yatsukhnenko) * Houskeeping (spelling, doc changes, etc) [23f9de3, d07a8df, 2d39b48, 0ef488f, 2c35e43, f52bd8a, 2ddc5f2, 1ff7dfb, db44613] (Tyson Andre, Pavlo Yatsukhnenko, Michael Grunder, Tyson Andre) * Fix for ASK redirections [ba73fbe] (Michael Grunder) * Create specific 'test skipped' exception [c3d83d4] (Michael Grunder) * Fixed memory leaks in RedisCluster [a107c9f] (Michael Grunder) * Fixes for session lifetime values that underflow or overflow [7a79ad9, 3c48a33] (Michael Grunder) * Enables slot caching for Redis Cluster [23b1a9d] (Michael Booth) * Support TYPE argument for SCAN [8eb39a2, b1724b8, 53fb36c, 544e641] (Pavlo Yatsukhnenko) * Added challenge/response mechanism for persistent connections [a5f9592, 25cdaee, 7b6072e, 99ebd0c, 3243f42] (Pavlo Yatsukhnenko, Michael Grunder)
PreviousNext