Skip to content

Commit d1720b9

Browse files
Vladyslav Vildanovtillkruss
Vladyslav Vildanov
authored andcommitted
Added command description
1 parent e43604d commit d1720b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Command/Redis/SORT_RO.php

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
use Predis\Command\Traits\Limit\LimitObject;
1919
use Predis\Command\Traits\Sorting;
2020

21+
/**
22+
* @see https://redis.io/commands/sort_ro/
23+
*
24+
* Read-only variant of the SORT command.
25+
* It is exactly like the original SORT but refuses the STORE option
26+
* and can safely be used in read-only replicas.
27+
*/
2128
class SORT_RO extends RedisCommand
2229
{
2330
use ByArgument {

0 commit comments

Comments
 (0)