lib/redic/client.rb in redic-1.5.0 vs lib/redic/client.rb in redic-1.5.1

- old
+ new

@@ -4,10 +4,10 @@ class Redic class Client EMPTY = "".freeze SLASH = "/".freeze - attr :timeout + attr_accessor :timeout def initialize(url, timeout) @semaphore = Mutex.new @connection = false