Skip to content

Releases: Kdyby/Redis

v4.1.0

09 May 04:39
15f5274
Compare
Choose a tag to compare

Compatibility with phpredis v3 and v4.

v4.0.0

07 Dec 10:08
7ac96ed
Compare
Choose a tag to compare
Merge pull request #76 from martinvenus/master

Fix compatibility with PHP 7.2

v3.2.0

26 Jul 17:34
Compare
Choose a tag to compare
  • 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

26 Jul 17:27
Compare
Choose a tag to compare
  • fixed support for persistent connections (opt-in experimental)
  • more micro-optimalizations
  • Added IMultiReadStorage for reading multiple cache entries at once

v2.3.2

26 Jul 17:28
Compare
Choose a tag to compare
  • support for persistent connections
  • Lazy creation of Driver\PhpRedisDriver
  • fixed compatibility with phpredis
  • backported micro-optimalizations

v3.1.1

26 Jul 17:24
Compare
Choose a tag to compare
  • 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

26 Jul 17:22
Compare
Choose a tag to compare
  • 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

26 Jul 17:18
Compare
Choose a tag to compare
  • Bumped Nette dependency to ~2.1@dev
  • lock duration is configurable

v2.3.1

26 Jul 17:06
Compare
Choose a tag to compare
  • Locked dependency to Nette 2.0.*
  • backported few features from master

v1.0.5

18 Dec 15:57
Compare
Choose a tag to compare
  • Fixed return value of RedisStorage::read() when the key was dropped because there wasn't enought memory.