We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43604d commit d1720b9Copy full SHA for d1720b9
src/Command/Redis/SORT_RO.php
@@ -18,6 +18,13 @@
18
use Predis\Command\Traits\Limit\LimitObject;
19
use Predis\Command\Traits\Sorting;
20
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
+ */
28
class SORT_RO extends RedisCommand
29
{
30
use ByArgument {
0 commit comments