Closed sriedel closed 2 years ago
Thanks for this! Looks good to me - I'll run the test gauntlet over it and get this merged :+1:
Thank you @asppsa, will we get a release cut for this today?
@micke will do my best!
v1.5.0 now cut
Thank you both!
As of version 4.6 of the redis gem, the following deprecation warning is emitted:
This PR silences those expirations by passing a "pipeline handle", which uses the new block parameter mentioned in the deprecation message and falling back to the regular
@backend
variable as used before, if no block parameter is present.The specs for the redis handler are green for me with redis version 4.5.1 and 4.6.0; not sure how this should be handled in the unit tests (if at all).