RedisCommandLowPriority()
This function works the same way as RedisCommand with only one difference. In case the connection pool is down to one free connection. The thread will wait for at least one connection more get free. So this command will not use the last connection available.
Requires Extension: Redis driver
RedisCommandLowPriority( arguments=any, async=boolean, listener=any, cache=string );
Returns: any
Examples
There are currently no examples for this function 17,543ms WARN No examples for function rediscommandlowprioritySee also
- Cache
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)