Provide common redis commands directly in the Redis module so we have a unified interface no matter what kind of redis driver we use (e.g. phpredis and predis have some different syntax, like one expecting an array and the other simply multiple arguments).
Provide common redis commands directly in the Redis module so we have a unified interface no matter what kind of redis driver we use (e.g. phpredis and predis have some different syntax, like one expecting an array and the other simply multiple arguments).