Add missing @method tag for HSTRLEN in phpdocs.

[ci skip]
This commit is contained in:
Daniele Alessandri
2016-05-24 12:26:50 +02:00
parent 1ab65da368
commit 1536b2aa82
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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)