We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acee5c7 commit 2c3daf7Copy full SHA for 2c3daf7
src/Redis.php
@@ -240,7 +240,7 @@ public function get( $key ) {}
240
*
241
* @link http://redis.io/commands/set
242
*/
243
- public function set( $key, $value, $timeout = 0 ) {}
+ public function set( $key, $value, $timeout = null ) {}
244
245
/**
246
* Set the string value in argument as value of the key, with a time to live.
0 commit comments