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
As of the latest version of redis-rb, the configuration options is a hash with smart default values, so one can either write:
Aclatraz.init:redisAclatraz.init:redis,:path=>"redis://localhost:6379/0"# the redis-rb defaultsAclatraz.init:redis,:host=>"localhost",:port=>6379,:db=>0
As of the latest version of redis-rb, the configuration options is a hash with smart default values, so one can either write:
See https://github.com/ezmobius/redis-rb/blob/master/lib/redis/client.rb for the (undocumented) options keys.
This should be fixed in Aclatraz' README :)
The text was updated successfully, but these errors were encountered: