module RedisModule

Defined in:

redis.cr

Instance Method Summary

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]