A Ruby client library for Redis

Edit Package rubygem-redis
https://github.com/redis/redis-rb

A Ruby client that tries to match Redis' API one-to-one, while still
providing an idiomatic interface.

Refresh
Refresh
Source Files
Filename Size Changed
project.diff 0000002023 1.98 KB
redis-4.2.1.gem 0000058880 57.5 KB
Revision 21 (latest revision is 28)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 21)
- updated to version 4.2.1
  # 4.2.1
  * Fix `exists?` returning an actual boolean when called with multiple keys. See #918.
  * Setting `Redis.exists_returns_integer = false` disables warning message about new behaviour. See #920.
  # 4.2.0
  * Convert commands to accept keyword arguments rather than option hashes. This both help catching typos, and reduce needless allocations.
  * Deprecate the synchrony driver. It will be removed in 5.0 and hopefully maintained as a separate gem. See #915.
  * Make `Redis#exists` variadic, will return an Integer if called with multiple keys.
  * Add `Redis#exists?` to get a Boolean if any of the keys exists.
  * `Redis#exists` when called with a single key will warn that future versions will return an Integer.
    Set `Redis.exists_returns_integer = true` to opt-in to the new behavior.
  * Support `keepttl` ooption in `set`. See #913.
  * Optimized initialization of Redis::Cluster. See #912.
  * Accept sentinel options even with string key. See #599.
  * Verify TLS connections by default. See #900.
  * Make `Redis#hset` variadic. It now returns an integer, not a boolean. See #910.
Comments 0
openSUSE Build Service is sponsored by