Sha256: 67319fb574723e64e552c313e7c77deded0ae8fab29ddc361e401d0f6b81fba2

Contents?: true

Size: 271 Bytes

Versions: 7

Compression:

Stored size: 271 Bytes

Contents

module Picky

  class Indexes

    # An index that is persisted in Redis.
    #
    class Redis < Index

      def indexing_bundle_class
        Indexing::Bundle::Redis
      end
      def indexed_bundle_class
        Indexed::Bundle::Redis
      end

    end

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
picky-3.0.1 lib/picky/indexes/redis.rb
picky-3.0.0 lib/picky/indexes/redis.rb
picky-3.0.0.pre5 lib/picky/indexes/redis.rb
picky-3.0.0.pre4 lib/picky/indexes/redis.rb
picky-3.0.0.pre3 lib/picky/indexes/redis.rb
picky-3.0.0.pre2 lib/picky/indexes/redis.rb
picky-3.0.0.pre1 lib/picky/indexes/redis.rb