Exqute v0.1.3 Exqute.Storage.Redis View Source
Redis Storage integration
Link to this section Summary
Functions
Check and Set
Are we connected to Redis?
Hash Keys Get
Hash Keys
Hash Keys Set
Get the length of the Queue
Link to this section Functions
Check and Set
Link to this function
connected?(storage)
View Sourceconnected?(Exqute.Storage.StorageOpts.t()) :: boolean()
Are we connected to Redis?
Link to this function
hget(storage, key, field)
View Sourcehget(Exqute.Storage.StorageOpts.t(), String.t(), String.t()) :: String.t()
hget(Exqute.Storage.StorageOpts.t(), String.t(), String.t()) :: list()
Hash Keys Get
Link to this function
hkeys(storage, key)
View Sourcehkeys(Exqute.Storage.StorageOpts.t(), String.t()) :: map()
Hash Keys
Hash Keys Set
Link to this function
queue_len(storage, queue)
View Sourcequeue_len(Exqute.Storage.StorageOpts.t(), String.t()) :: integer()
Get the length of the Queue