Sha256: 477f4d3e2cf133d6fa80de5dea41ddeb0b65853e3e357bb3539bb2d3c5d70917
Contents?: true
Size: 534 Bytes
Versions: 15
Compression:
Stored size: 534 Bytes
Contents
# encoding: utf-8 # module Internals module Indexing # :nodoc:all module Bundle # The memory version dumps its generated indexes to disk # (mostly JSON) to load them into memory on startup. # class Redis < Base attr_reader :backend def initialize name, configuration, *args super name, configuration, *args @backend = Internals::Index::Redis.new name, configuration # TODO Needed? end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems