Redis
Redis support is provided by the Redis Extension https://github.com/lucee/extension-redis
Functions
- RedisCommand() execute any redis function without any interpretation from Lucee.
- 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.
- RedisConnectionPoolInfo() Gives back detailed information about the Redis connection pool.
Tags
- <cfdistributedlock> Redis based lock that can be used across servers