mirror of
https://github.com/predis/predis.git
synced 2026-08-25 03:29:32 +00:00
Add missing @method tag for HSTRLEN in phpdocs.
[ci skip]
This commit is contained in:
@@ -79,6 +79,7 @@ use Predis\Profile\ProfileInterface;
|
||||
* @method int hset($key, $field, $value)
|
||||
* @method int hsetnx($key, $field, $value)
|
||||
* @method array hvals($key)
|
||||
* @method int hstrlen($key, $field)
|
||||
* @method array blpop(array $keys, $timeout)
|
||||
* @method array brpop(array $keys, $timeout)
|
||||
* @method array brpoplpush($source, $destination, $timeout)
|
||||
|
||||
Reference in New Issue
Block a user