End of day commit
This commit is contained in:
@@ -12,7 +12,7 @@ module Qwaiter
|
||||
end
|
||||
|
||||
def self.incr(key, options = {})
|
||||
options[:initial] ||= 0
|
||||
options[:initial] ||= 1
|
||||
connection.incr(key, options) rescue 1
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user