moneta-rb / moneta

a unified interface to key/value stores
https://github.com/moneta-rb/moneta
MIT License
1.11k stars 87 forks source link

Redis gem version 4.6+ needs different multi handling #215

Closed sriedel closed 2 years ago

sriedel commented 2 years ago

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.