Module: Bramble::Storage

Extended by:
SingleForwardable
Defined in:
lib/bramble/storage.rb,
lib/bramble/storage/redis_storage.rb,
lib/bramble/storage/memory_storage.rb

Overview

A single access point to the storage selected by ‘Bramble.config.storage`. All methods are delegated to that storage adapter

Defined Under Namespace

Modules: MemoryStorage, RedisStorage