Releases: shumkov/rediska
Releases · shumkov/rediska
Rediska 0.5.10
Redis 2.8 support!
Improvement: Check the new return value of TTL command (starting with Redis 2.8 the command returns -2 if the key does not exist)
Improvement: Rediska_Connection_Exec_Exception message now contains error prefix (starting with Redis 2.8 many errors are prefixed by a more specific error code instead of the generic ERR, for example WRONGTYPE, NOAUTH)
Rediska 0.5.9
- Bug #80: Fix can't read from socket bug
Rediska 0.5.8
- Improvement: Zend queue adapter: avoid subsequent identical queries on existing queues set. Max Ivanov
- Improvement: Allow subsecond accuracy when reading from pubsub. Shyru
- Improvement: Composer autoloader now use psr-0 path. zircote
- Bug: Remove vm-enabled no from redis.conf. Shyru
- Bug: Unbreak travis by fixing the location of the ZF download. till
- Bug #75: Fixing issue with
Rediska_Serializer_Adapter_Json::unserialize
method not return unserialized value, trickeyone
Rediska 0.5.7
- Feature: Add Rediska package to Composer. Marc Abramowitz
- Feature: Add to Travis CI. Marc Abramowitz
- Feature: Info object. Robert Allen
- Feature: Implement
ZREVRANGEBYSCORE
. Sergey Cherepanov - Feature: Implement
PING
. Robert Allen - Feature: Socket functions support. New connection option:
useSocket
. Ruan Chunping - Improvement: Add
$prepend
to autoloader - Improvement: Transactions and tags support for Zend Cache backend. Robert Allen
- Bug #21: Unserializing "numeric like" string. Netweaver
- Bug: Redis invalid argument error in
Rediska::popFromListBlocking
with$pushToKey
argument and many connections - Bug: Profiler option can't get a string