Module: Rotary
- Defined in:
- lib/rotary/serializer/string.rb,
lib/rotary.rb,
lib/rotary/storage.rb,
lib/rotary/version.rb,
lib/rotary/storage/redis.rb,
lib/rotary/storage/memory.rb
Overview
Needed for testing. Acts as example.
Defined Under Namespace
Modules: Serializer, Storage Classes: OverflowError, Pool
Constant Summary collapse
- SERIALIZER =
:marshal- STORAGE =
:redis- LIMIT =
100- PREFIX =
'rotary'- TTL =
must be nil or seconds
nil- VERSION =
'0.1.3'