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
2
3
4
127.0.0.1:6379> PFSELFTEST
OK
(0.53s)
127.0.0.1:6379>