Closed gm-ghanover closed 5 years ago
Per phpredis documentation: Timeout or Options Array (optional). If you pass an integer, phpredis will redirect to SETEX, and will try to use Redis >= 2.6.12 extended options if you pass an array with valid values
https://github.com/phpredis/phpredis/#set
@gm-ghanover possible to rebase the master on this PR ?
v4.6.0
Per phpredis documentation: Timeout or Options Array (optional). If you pass an integer, phpredis will redirect to SETEX, and will try to use Redis >= 2.6.12 extended options if you pass an array with valid values
https://github.com/phpredis/phpredis/#set