Skip to content

Commit cd168ed

Browse files
committed
Fix prefix for GEOSEARCH
1 parent ed90750 commit cd168ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Processor/KeyPrefixProcessor.php

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ public function __construct($prefix)
198198
/* ---------------- Redis 6.2 ---------------- */
199199
'GETDEL' => $prefixFirst,
200200
'ZMSCORE' => $prefixFirst,
201+
'GEOSEARCH' => $prefixFirst,
201202

202203
/* ---------------- Redis 7.0 ---------------- */
203204
'EXPIRETIME' => $prefixFirst,

0 commit comments

Comments
 (0)