File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1176,15 +1176,15 @@ public function slaveof($host = '', $port = '') {}
1176
1176
* - "refcount"
1177
1177
* - "idletime"
1178
1178
*
1179
+ * @param string $string
1179
1180
* @param string $key
1180
- * @param string $value
1181
1181
* @return STRING for "encoding", LONG for "refcount" and "idletime", FALSE if the key doesn't exist.
1182
1182
* @example
1183
1183
* $redis->object("encoding", "l"); // → ziplist
1184
1184
* $redis->object("refcount", "l"); // → 1
1185
1185
* $redis->object("idletime", "l"); // → 400 (in seconds, with a precision of 10 seconds).
1186
1186
*/
1187
- public function object ($ key = '' , $ value = '' ) {}
1187
+ public function object ($ string = '' , $ key = '' ) {}
1188
1188
1189
1189
/**
1190
1190
* Performs a synchronous save.
@@ -1227,7 +1227,7 @@ public function lastSave() {}
1227
1227
* @example
1228
1228
* $redis->type('key');
1229
1229
*/
1230
- public function type () {}
1230
+ public function type ($ key ) {}
1231
1231
1232
1232
/**
1233
1233
* Append specified string to the string stored in specified key.
You can’t perform that action at this time.
0 commit comments