mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
Ruby client library updated. Important changes in this new version!
This commit is contained in:
@ -163,6 +163,9 @@ end
|
||||
# Another name for Timeout::Error, defined for backwards compatibility with
|
||||
# earlier versions of timeout.rb.
|
||||
|
||||
class Object
|
||||
remove_const(:TimeoutError) if const_defined?(:TimeoutError)
|
||||
end
|
||||
TimeoutError = Timeout::Error # :nodoc:
|
||||
|
||||
if __FILE__ == $0
|
||||
|
Reference in New Issue
Block a user