Skip to content

Update redis/redis-rb from 5.1.0 to 5.2.0

Ghost User requested to merge deps/629727c-fd5b73d into master

The following dependencies have been updated by deps:

  • redis/redis-rb from 5.1.0 to 5.2.0

Changelog

  • Now require Ruby 2.6 because redis-client does.
  • Eagerly close subscribed connection when using subscribe_with_timeout. See #1259.
  • Add exception flag in pipelined allowing failed commands to be returned in the result array when set to false.
Edited by Clemens Beck

Merge request reports