Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
redis
v0.4.0
Redis
Client
CommandError
Protocol
ResponseType
Built with Crystal 1.9.2
2023-10-08 11:33:06 UTC
module
Redis
Defined in:
protocol.cr
redis.cr
Constant Summary
DEFAULT_HOST
=
"127.0.0.1"
DEFAULT_PORT
=
6379
Constructors
.new
(host =
nil
, port =
nil
)
Class Method Summary
.open
(host =
nil
, port =
nil
, &)
Constructor Detail
def self.
new
(host =
nil
, port =
nil
)
#
[
View source
]
Class Method Detail
def self.
open
(host =
nil
, port =
nil
, &)
#
[
View source
]