Releases: Kdyby/Redis
Releases · Kdyby/Redis
v4.1.0
v4.0.0
v3.2.0
- Bumped Nette dependency to 2.2
- Support for persistent connections (opt-in experimental)
- more micro-optimalizations
- Added IMultiReadStorage for reading multiple cache entries at once
- Minimum redis server version is 2.6
- Diagnostics: 'debugger: off' hides whole panel
- Lazy creation of Driver\PhpRedisDriver
v3.1.2
- fixed support for persistent connections (opt-in experimental)
- more micro-optimalizations
- Added IMultiReadStorage for reading multiple cache entries at once
v2.3.2
- support for persistent connections
- Lazy creation of Driver\PhpRedisDriver
- fixed compatibility with phpredis
- backported micro-optimalizations
v3.1.1
- Locked dependency on Nette to
2.1.*
- Minimum redis server version is
2.6
- Diagnostics: 'debugger: off' hides whole panel
- Lazy creation of Driver\PhpRedisDriver
v3.1.0
- build improvements
- fixed compatibility with newer phpredis
- forward compatibility with Nette
- micro-optimalizations
- Info command returns db's info in associative array format [BC Break]
- Experimentally use write method from old RedisJournal in RedisLuaJournal
v3.0.0
- Bumped Nette dependency to
~2.1@dev
- lock duration is configurable
v2.3.1
- Locked dependency to Nette
2.0.*
- backported few features from master
v1.0.5
- Fixed return value of
RedisStorage::read()
when the key was dropped because there wasn't enought memory.