We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0369c2d commit 5f2201aCopy full SHA for 5f2201a
lib/redis/namespace.rb
@@ -253,8 +253,8 @@ def warning?
253
end
254
255
def client
256
- warn("The `client` method removed redis-rb 4.0.0, so use `_client` method." +
257
- "`client` method will remove redis-namespace 2.0 (at #{call_site})") if @is_client_respond
+ warn("The `client` method broken changed by redis-rb 4.0.0, so we should use `_client` method." +
+ "`client` method in redis-namespace will remove 2.0 (at #{call_site})") if @is_client_respond
258
_client
259
260
0 commit comments