Эх сурвалжийг харах

Add missing @method tag for HSTRLEN in phpdocs.

[ci skip]
Daniele Alessandri 9 жил өмнө
parent
commit
1536b2aa82

+ 1 - 0
src/ClientContextInterface.php

@@ -71,6 +71,7 @@ use Predis\Command\CommandInterface;
  * @method $this hset($key, $field, $value)
  * @method $this hsetnx($key, $field, $value)
  * @method $this hvals($key)
+ * @method $this hstrlen($key, $field)
  * @method $this blpop(array $keys, $timeout)
  * @method $this brpop(array $keys, $timeout)
  * @method $this brpoplpush($source, $destination, $timeout)

+ 1 - 0
src/ClientInterface.php

@@ -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)