redis-rb v4.0.1 Release Notes

Release Date: 2017-09-28 // over 6 years ago
    • ๐Ÿ‘€ Redis::Distributed now supports mget and mapped_mget. See #687.

    • ๐Ÿ‘€ Redis::Distributed now supports sscan and sscan_each. See #572.

    • Redis#connection returns a hash with connection information. You shouldn't need to call Redis#_client, ever.

    • ๐Ÿ‘€ Redis#flushdb and Redis#flushall now support the :async option. See #706.