class Helpers::Redis::Connection
- Helpers::Redis::Connection
- Reference
- Object
Defined in:
helpers/redis/connection.crConstructors
Instance Method Summary
- #db : Int32
- #hostname : String
- #password : String | Nil
- #pool_size : Int32
- #pool_timeout : Float64
- #port : Int32
- #redis(&)
- #redis_pool : ConnectionPool(::Redis)
Constructor Detail
def self.new(hostname : String = "localhost", port : Int32 = 6379, db : Int32 = 10, pool_size : Int32 = 26, pool_timeout : Float64 = 5.0, password : Nil | String = nil)
#