Explorar o código

Add missing @method tag for HSTRLEN in phpdocs.

[ci skip]
Daniele Alessandri %!s(int64=9) %!d(string=hai) anos
pai
achega
5c1ddc9cfa
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      src/ClientContextInterface.php
  2. 1 0
      src/ClientInterface.php

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