lib/memdash/configuration.rb in memdash-0.0.1 vs lib/memdash/configuration.rb in memdash-0.1.0
- old
+ new
@@ -1,9 +1,10 @@
module Memdash
module Configuration
DEFAULT_TTL = 60
attr_writer :ttl
+ attr_accessor :backend
def ttl
@ttl ||= DEFAULT_TTL
end
end