Sha256: 342d5ca68fbefca567d4f6bb8fa2bd72e485a8498b1357d51d09c8b96355ccba
Contents?: true
Size: 428 Bytes
Versions: 9
Compression:
Stored size: 428 Bytes
Contents
# encoding: utf-8 # module Internals module Indexing # :nodoc:all module Bundle # The Redis version dumps its generated indexes to # the Redis backend. # class Redis < Base attr_reader :backend def initialize name, category, *args super name, category, *args @backend = Internals::Index::Redis.new name, category end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems