You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to know how to get around this warning from the subject.
I'm using stack of: Redis, redis-namespace gem (indirectly) and mlanett-redis-lock gem.
In this situation I would expect redis-namespace to skip printing warnings. I know what I'm doing here, and would like to exclude these 2 methods from being warning.
Is it possible?
Can you suggest an approach in this case?
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to know how to get around this warning from the subject.
I'm using stack of:
Redis
,redis-namespace
gem (indirectly) andmlanett-redis-lock
gem.mlanett-redis-lock
gem monkey-patches Redis namespace, by adding 2lock
/unlock
methods.https://github.com/mlanett/redis-lock/blob/master/lib/redis-lock.rb#L229
In this situation I would expect
redis-namespace
to skip printing warnings. I know what I'm doing here, and would like to exclude these 2 methods from being warning.Is it possible?
Can you suggest an approach in this case?
The text was updated successfully, but these errors were encountered: