Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cielo
v0.1.1-rc1
Cielo
Dates
Encryptor
Configuration
FormatResponse
HttpStatuses
StatusCodes
StatusMessages
IpAddress
Paginator
RedisModule
StatusUtils
Strings
Generated using Crystal 1.14.0
2024-11-26 10:37:46 UTC
module
RedisModule
Defined in:
redis.cr
Instance Method Summary
#delete_from_redis
(key : String)
#get_value_from_redis
(key : String)
#save_to_redis
(key : String, value : String, ttl : Int64 | Nil)
Instance Method Detail
def
delete_from_redis
(key : String)
#
[
View source
]
def
get_value_from_redis
(key : String)
#
[
View source
]
def
save_to_redis
(key : String, value : String, ttl : Int64 | Nil)
#
[
View source
]