Azu::Cache::RedisStore
Inherits Azu::Cache::Store < Reference < Object
Redis-based cache store with Redis::PooledClient
Constructors
new(redis_url : String, pool_size : Int32 = 5, timeout : Time::Span = 5.seconds, default_ttl : Time::Span | Nil = nil, operation_timeout : Time::Span = 2.seconds)
SourceInstance methods
clear
Sourceclose
SourceOverride decrement for Redis native support
Override multi-get for Redis native support
Override increment for Redis native support
info
SourceOverride multi-set for Redis native support
size
Source