Sha256: fff67d367258203968e7c9dc9fedc0514a03b65a4c14cc933be695e29a806bdc

Contents?: true

Size: 379 Bytes

Versions: 7

Compression:

Stored size: 379 Bytes

Contents

module Picky

  # encoding: utf-8
  #
  module Indexing # :nodoc:all

    module Bundle

      # The Redis version dumps its generated indexes to
      # the Redis backend.
      #
      class Redis < Base

        def initialize name, category, *args
          super name, category, *args

          @backend = Backend::Redis.new self
        end

      end

    end

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

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