redis_buddy 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ class DistributedMarshaledRedis < DistRedis
5
5
  nodes = addresses.map do |address|
6
6
  MarshaledRedis.new address
7
7
  end
8
- @ring = RedisRb::HashRing.new nodes
8
+ @ring = Redis::HashRing.new nodes
9
9
  end
10
10
 
11
11
  alias_method :flush_db, :delete_cloud!
@@ -16,9 +16,9 @@ module ActiveSupport
16
16
  end
17
17
  end
18
18
 
19
- def read(key, options = nil)
19
+ def read(key)
20
20
  super do
21
- @data.get key, options
21
+ @data.get key
22
22
  end
23
23
  end
24
24
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ole Riesenberg
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-26 00:00:00 +01:00
17
+ date: 2010-04-27 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency