redis_ring 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/redis_ring/version.rb +1 -1
- data/lib/redis_ring/zookeeper_connection.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/lib/redis_ring/version.rb
CHANGED
@@ -31,7 +31,7 @@ module RedisRing
|
|
31
31
|
end
|
32
32
|
|
33
33
|
def update_status(status)
|
34
|
-
status_path = "
|
34
|
+
status_path = "#{base_path}_cluster_status"
|
35
35
|
if zookeeper.stat(:path => status_path)[:stat].exists
|
36
36
|
zookeeper.set(:path => status_path, :data => status.to_json)
|
37
37
|
else
|