SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.4-rubygem-redis-3-3.3.5-8.1.x86_64.rpm :
Tue Jan 24 13:00:00 2017 cooloAATTsuse.com
- updated to version 3.3.3
see installed CHANGELOG.md
[#] 3.3.3

* Improved timeout handling after dropping Timeout module.

Fri Nov 18 13:00:00 2016 cooloAATTsuse.com
- updated to version 3.3.2
see installed CHANGELOG.md
[#] 3.3.2

* Added support for SPOP with COUNT. See #628.

* Fixed connection glitches when using SSL. See #644.

Tue Jul 19 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.3.1
see installed CHANGELOG.md
[#] 3.3.1

* Remove usage of Timeout::timeout, refactor into using low level non-blocking writes.
This fixes a memory leak due to Timeout creating threads on each invocation.

Mon Apr 18 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.3.0
see installed CHANGELOG.md
[#] 3.3.0

* Added support for SSL/TLS. Redis doesn\'t support SSL natively, so you still
need to run a terminating proxy on Redis\' side. See #496.

* Added `read_timeout` and `write_timeout` options. See #437, #482.

* Added support for pub/sub with timeouts. See #329.

* Added `Redis#call`, `Redis#queue` and `Redis#commit` as a more minimal API to
the client.

* Deprecated `Redis#disconnect!` in favor of `Redis#close`.

Tue Nov 17 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.2
see installed CHANGELOG.md
[#] 3.2.2

* Added support for `ZADD` options `NX`, `XX`, `CH`, `INCR`. See #547.

* Added support for sentinel commands. See #556.

* New `:id` option allows you to identify the client against Redis. See #510.

* `Redis::Distributed` will raise when adding two nodes with the same ID.
See #354.

Thu Feb 12 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.1

Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.0

Thu Nov 20 13:00:00 2014 tboergerAATTsuse.com
- Updated to 3.1.0
- Added debug log sanitization (#428).
- Added support for HyperLogLog commands (Redis 2.8.9, #432).
- Added support for BITPOS command (Redis 2.9.11, #412).
- The client will now automatically reconnect after a fork (#414).
- If you want to disable the fork-safety check and prefer to share
the connection across child processes, you can now pass the
inherit_socket option (#409).
- If you want the client to attempt to reconnect more than once,
you can now pass the reconnect_attempts option (#347)

Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.7

* Added method `Redis#dup` to duplicate a Redis connection.

* IPv6 support.

Fri Nov 22 13:00:00 2013 cooloAATTsuse.com
- updated to version 3.0.6

* Added support for `SCAN` and variants.

Thu Oct 10 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.0.5

* Fix calling #select from a pipeline (#309).

* Added method `Redis#connected?`.

* Added support for `MIGRATE` (Redis 2.6).

* Support extended SET command (#343, thanks to AATTbenubois).

Thu May 16 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.0.4

* Ensure #watch without a block returns \"OK\" (#332).

* Make futures identifiable (#330).

* Fix an issue preventing STORE in a SORT with multiple GETs (#328).

Wed Mar 20 13:00:00 2013 cooloAATTsuse.com
- updated to version 3.0.3

* Blocking list commands (`BLPOP`, `BRPOP`, `BRPOPLPUSH`) use a socket
timeout equal to the sum of the command\'s timeout and the Redis
client\'s timeout, instead of disabling socket timeout altogether.

* Ruby 2.0 compatibility.

* Added support for `DUMP` and `RESTORE` (Redis 2.6).

* Added support for `BITCOUNT` and `BITOP` (Redis 2.6).

* Call `#to_s` on value argument for `SET`, `SETEX`, `PSETEX`, `GETSET`,
`SETNX`, and `SETRANGE`.

Tue Oct 9 14:00:00 2012 cooloAATTsuse.com
- updated to version 3.0.2

* Unescape CGI escaped password in URL.

* Fix test to check availability of `UNIXSocket`.

* Fix handling of score = +/- infinity for sorted set commands.

* Replace array splats with concatenation where possible.

* Raise if `EXEC` returns an error.

* Passing a nil value in options hash no longer overwrites the default.

* Allow string keys in options hash passed to `Redis.new` or
`Redis.connect`.

* Fix uncaught error triggering unrelated error (synchrony driver).
See f7ffd5f1a628029691084de69e5b46699bb8b96d and #248.

Fri Oct 14 14:00:00 2011 fcastelliAATTsuse.com
- Add \'Provides\' statement

Fri Oct 7 14:00:00 2011 fcastelliAATTsuse.com
- update to version 2.2.2

Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.0.1

Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro

Thu May 13 14:00:00 2010 fcastelliAATTnovell.com
- packaged version 1.0.7

Sun Mar 7 13:00:00 2010 prusnakAATTsuse.cz
- created package


 
ICM