Sha256: ba10c4b1de64ed68eef241cc76a19ab372df77fb95b0e4367f520ac684e90eb9
Contents?: true
Size: 683 Bytes
Versions: 3
Compression:
Stored size: 683 Bytes
Contents
## 3.1.2 - Define to_json This solves issues that arise when a third party library redefines `to_json` for all objects. ## 3.1.1 - Define to_a and to_ary These method definitions are needed for interacting with array-casting operations like Array#flatten and Array(). ## 3.1.0 - Forward missing methods to Redis as commands ## 3.0.0 - Use `call` for interacting with Redis In previous versions, all the allowed Redis commands were defined in Ruby. The downside of that approach was the fact Nest had to be kept in sync with Redis as new commands were added to the later. The new approach is more verbose, but the maintenance is now close to non-existent.
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
nest-redis-4.0.1 | CHANGELOG.md |
nest-redis-4.0.0 | CHANGELOG.md |
nest-3.1.2 | CHANGELOG.md |