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
The instance method names Redis::Objects currently takes (value,list,lock,set,etc) are too common, and can easily conflict with existing methods or method from 3rd party plugins.
Should we add a redis_ prefix, for instance, to the methods names?
I'd love to help out write the patch when the discussion gets a result.