lib/redis_object/storage/adapter.rb in redis_object-1.2.3 vs lib/redis_object/storage/adapter.rb in redis_object-1.2.4

- old
+ new

@@ -1,11 +1,11 @@ module Seabright module Storage class Adapter def initialize(config={}) - @config = config + configure config end def configure(conf) @config = conf reset @@ -36,10 +36,9 @@ def connections @connections ||= [] end def new_connection - true end end end end \ No newline at end of file