- Alias
#get
,#set
, and#remove
to#read
,#write
, and#delete
, so thatRedisCacheStore
andOptionalRedisCacheStore
can be used anywhere that expects a#read
,#write
,#delete
API e.g.faraday-http-cache
.
- Fix handling of config passed to RedisCacheStore constructor
- Set method enforces a default TTL of
3_600
if theexpires_in
option is not provided, or is invalid. - Set method enforces the TTL to always be an Integer.
- Dropped Support for JRuby
- Improved handling of expiry when calling
set
. - Connection Pooling (Added in v1.1.0).