Replace couchbase counters with drb version

This commit is contained in:
2014-08-05 17:49:16 +02:00
parent c0c25673bf
commit 99a9536c68
20 changed files with 400 additions and 282 deletions
+8
View File
@@ -0,0 +1,8 @@
module Qwaiter
module DrbCounter
def self.object
require 'drb'
DRbObject.new_with_uri('druby://localhost:9022')
end
end
end