Releases: stefanwille/crystal-redis
Releases · stefanwille/crystal-redis
Release 1.5.2
- hmset now converts its values to string (issue #8)
Release 1.5.1
- Correctly tag the release.
Release 1.5.0
- Fix parameter default syntax for Crystal 0.14 (thanks to Don Park). This makes Crystal 0.14 required.
Release 1.4.0
Changes:
- INCOMPATIBLE API CHANGE: Fix the parameter order of SETEX and PSETEX. According to the official Redis documentation at http://redis.io/commands the setex command is SETEX key seconds value. psetex should be identical to setex except with a ttl time in milliseconds (thanks to Brian Mason).
v1.3.1
Release 1.3.0
Changes:
- Change the Shard name from "crystal-redis" to "redis" (Thanks to Ary Borenszweig)
Release v1.2.1
Changes
- Fixes issue #8 where large values were not received correctly (thanks Edward Dorrington + Ary Borenszweig)
v1.2.0
Update Crystal-Redis for Crystal 0.9.0.
Release v1.1.0
- Support Crystal 0.8.0 (thanks to Xanders)
- This release requires Crystal 0.8.0 or better
Release v1.0.1
Changes:
- Support Crystal 0.7.5 (thanks to Joris Vanhecke)
- Improve performance (thanks to Ary Borenszweig)
- Remove trailing while statement because of Crystal language change
- Performance optimization
- Documentation updates