Changelog for
ruby2.6-rubygem-redis-4.1.0-15.2.x86_64.rpm :
* Sat Jan 19 2019 Marcus Rueckert
- rb_build_ruby_abi needs to be rb_build_ruby_abis
* Fri Jan 18 2019 Marcus Rueckert - limit to ruby 2.5 and above for 42.3/sle12
* Wed Dec 19 2018 Stephan Kulow - updated to version 4.1.0 see installed CHANGELOG.md [#] Unreleased [#] 4.1.0
* Add Redis Cluster support. See #716.
* Add streams support. See #799 and #811.
* Add ZPOP
* support. See #812.
* Fix issues with integer-like objects as BPOP timeout
* Thu Nov 22 2018 Stephan Kulow - updated to version 4.0.3 see installed CHANGELOG.md [#] 4.0.3
* Fix raising command error for first command in pipeline. See #788.
* Fix the gemspec to stop exposing a `build` executable. See #785.
* Add `:reconnect_delay` and `:reconnect_delay_max` options. See #778.
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 4.0.2 see installed CHANGELOG.md [#] 4.0.2
* Added `Redis#unlink`. See #766.
* `Redis.new` now accept a custom connector via `:connector`. See #591.
* `Redis#multi` no longer perform empty transactions. See #747.
* `Redis#hdel` now accepts hash keys as multiple arguments like `#del`. See #755.
* Allow to skip SSL verification. See #745.
* Add Geo commands: `geoadd`, `geohash`, `georadius`, `georadiusbymember`, `geopos`, `geodist`. See #730.
* Wed Oct 11 2017 cooloAATTsuse.com- updated to version 4.0.1 see installed CHANGELOG.md
* Mon Aug 28 2017 cooloAATTsuse.com- updated to version 4.0.0 see installed CHANGELOG.md
* Tue Jan 24 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 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 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 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 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 2015 cooloAATTsuse.com- updated to version 3.2.1
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 3.2.0
* Thu Nov 20 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 2014 cooloAATTsuse.com- adapt to new rubygem packaging