As of version 4.6.0 of the redis gem, calling redis commands on the redis client within a #multi or #pipelined block will cause a deprecation warning to be printed. As of redis gem version 5.0, using the old way to call commands within a #multi block will cause an error instead.
I've submitted #214 as a proposed fix for this deprecation.
As of version 4.6.0 of the redis gem, calling redis commands on the redis client within a
#multi
or#pipelined
block will cause a deprecation warning to be printed. As of redis gem version 5.0, using the old way to call commands within a#multi
block will cause an error instead.I've submitted #214 as a proposed fix for this deprecation.