Releases: stefanwille/crystal-redis
Releases · stefanwille/crystal-redis
Release 1.7.1
- Compatability with Crystal 0.20.4 (default argument types now must match their restriction - #33) - thanks to maiha
Release 1.7.0
- Fix Crystal 0.20.3 chomping in socket.gets - thanks to kostya
Release 1.6.7
- Raise an error message when an invalid command is sent on a subscribed (PUB/SUB) connection
- Compatibility with
select
becoming a keyword in the next Crystal version (#30)
Release 1.6.6
- Add an exception class for disconnected error - thanks Konstantin Makarchev
Release 1.6.5
- Feature: Redis#url returns the server URI for the client - thanks to Mike Perham!
Relase 1.6.4
- Fix SPOP (which crashed when Redis returned null, #22) - thanks Zach Chadwick
Release 1.6.3
- Feature: Connect to Redis via Unix domain socket
- Feature: Select the database directly in the constructor
- Feature: Allow mget to take a dynamic array of keys - thanks Mike Perham
- Force correct type for mset argument - thanks Mike Perham
Release 1.6.2
- Allow sadd/srem to take an Array of values
- Add the info command (this and sadd/srem change thanks to Mike Perham)
Release 1.6.1
- Fix MATCH and COUNT options in scan, sscan, hscan, zscan - thank you @maiha!
Release 1.6.0
- Compatibility with Crystal 0.17.4 - thanks to Rayner De Los Santos F. and Mike Perham!
- Add flushdb, flushall commands - Mike Perham
- lpush and zadd accept array arguments - Mike Perham