class RedisProto(T)
- RedisProto(T)
- Reference
- Object
Defined in:
redis-proto.crConstructors
- .new(pool : ConnectionPool(Redis::Client), prefix : String, primary : String = "id")
- .new(redis_uri : String, prefix : String, primary : String = "id")
Instance Method Summary
Constructor Detail
def self.new(pool : ConnectionPool(Redis::Client), prefix : String, primary : String = "id")
#