Added support for HRANDFIELD command (#870)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2022-12-23 21:18:33 +02:00
committed by GitHub
parent 83fb0020a1
commit 9c543ef5b1
8 changed files with 264 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ use Predis\Response\Status;
* @method int hlen(string $key)
* @method array hmget(string $key, array $fields)
* @method mixed hmset(string $key, array $dictionary)
* @method array hrandfield(string $key, int $count = 1, bool $withValues = false)
* @method array hscan(string $key, $cursor, array $options = null)
* @method int hset(string $key, string $field, string $value)
* @method int hsetnx(string $key, string $field, string $value)