Redis HyperLogLog PFSELFTEST Command
Syntax
The basic syntax of the PFSELFTEST
command is as follows:
1 | PFSELFTEST |
The PFSELFTEST command is an internal command. It is meant to be used for developing and testing Redis.
Available Since
Version 2.8.9 or later.
Time Complexity
N/A
ACL Categories
@hyperloglog
, @admin
, @slow
, @dangerous
Return Value
Returns OK
.
Example
1 | 127.0.0.1:6379> PFSELFTEST |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.