Skip to content

Releases: dyweb/redis-cache

0.2.1

31 Aug 04:12
Compare
Choose a tag to compare
  • Fixed: exists and sismember will return int values in Predis 1.1
  • Fixed: Users whose PHP version is under 5.3.9 may have issues when installing dependencies

0.2.0

30 Aug 07:51
Compare
Choose a tag to compare
  • Add PSR-6 support
  • Fix serialization bugs in RedisRepository
  • Fix typo bugs in RedisClient
  • Optimize client connection lifetime

Documentation and examples are now available. Follow this link to see more.

0.1.0

30 Apr 09:52
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Basic redis client (phpredis, predis)
  • Basic cache management
  • Basic namespace support

Documentation is not available at the moment, you can see test cases for basic usage.