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
warn"WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang."unlessRUBY_VERSION >= "1.9" || RUBY_PLATFORM =~ /java/
119
+
if ! defined?(RUBY_ENGINE)
120
+
# MRI 1.8, all other interpreters define RUBY_ENGINE, JRuby and
121
+
# Rubinius should have no issues with timeout.
122
+
warn"WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang."
0 commit comments