module Moxie
Constants
- Error
- Exists
- NotFound
- REDIS_NAMESPACE
- VERSION
Public Class Methods
redis()
click to toggle source
# File lib/moxie.rb, line 22 def self.redis Redis::Namespace.new(REDIS_NAMESPACE, redis: Redis.current) end