module Qyu::Store::Redis
Constants
- VERSION
Public Class Methods
interface()
click to toggle source
# File lib/qyu/store/redis.rb, line 15 def interface defined?(Qyu::Store::Base) ? Qyu::Store::Base : Object end