ShieldedCache v1.1.1 ShieldedCache.Cache.Redis.Pool View Source
ShieldedCache.Cache.Redis.Pool
The main interface to running commands in Redis, which is used in the
ShieldedCache.Cache.Redis
cache module.
This creates a small pool of Redis clients connected to the specified Redis URL and randomely chooses a client to send commands to when necessary.
Link to this section Summary
Functions
Runs a Redix command against a random Redix worker in the worker pool
Runs a Redix pipeline against a random Redix worker in the worker pool
Runs a Redix transaction pipeline against a random Redix worker in the worker pool
Link to this section Functions
Runs a Redix command against a random Redix worker in the worker pool.
Runs a Redix pipeline against a random Redix worker in the worker pool.
Runs a Redix transaction pipeline against a random Redix worker in the worker pool.