Skip to content

Commit

Permalink
Update KeyPrefixProcessor.php
Browse files Browse the repository at this point in the history
Add ZPOPMIN & ZPOPMAX with "prefix first" option
  • Loading branch information
sngrl committed Feb 9, 2024
1 parent d44f073 commit 294de23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/Processor/KeyPrefixProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ public function __construct($prefix)
'XLEN' => $prefixFirst,
'XACK' => $prefixFirst,
'XTRIM' => $prefixFirst,
'ZPOPMIN' => $prefixFirst,
'ZPOPMAX' => $prefixFirst,

/* ---------------- Redis 6.2 ---------------- */
'GETDEL' => $prefixFirst,
Expand Down

0 comments on commit 294de23

Please sign in to comment.