lib/picky/internals/indexed/bundle/redis.rb in picky-2.1.2 vs lib/picky/internals/indexed/bundle/redis.rb in picky-2.2.0

- old
+ new

@@ -12,13 +12,13 @@ # # Handles exact/partial index, weights index, and similarity index. # class Redis < Base - def initialize name, configuration, *args - super name, configuration, *args + def initialize name, category, *args + super name, category, *args - @backend = Internals::Index::Redis.new name, configuration + @backend = Internals::Index::Redis.new name, category end # Get the ids for the given symbol. # # Ids are an array of string values in Redis. \ No newline at end of file