Lucee Function Reference
redisconnectionpoolinfo()
Gives back detailed information about the Redis connection pool.
Example
redisconnectionpoolinfo([string cache]):any
Category
cache,redis
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| cache | string | No | name of the cache to use, this must be a redis cache. |