Skip to content

Commit 4dc7245

Browse files
authored
Fix prefix for GEOSEARCH (#1453)
1 parent e83b393 commit 4dc7245

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)