lib/picky/internals/index/redis/string_hash.rb in picky-2.0.0 vs lib/picky/internals/index/redis/string_hash.rb in picky-2.1.0

- old
+ new

@@ -6,10 +6,10 @@ class StringHash < Basic # Writes the hash into Redis. # - # TODO Could we use multi? + # Note: We could use multi, but it did not help. # def dump hash redis = backend hash.each_pair do |key, value| redis.hset namespace, key, value \ No newline at end of file