You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without any WITH option specified, the command just returns a linear array like ["New York","Milan","Paris"].
If WITHCOORD, WITHDIST or WITHHASH options are specified, the command returns an array of arrays, where each sub-array represents a single item.
However, Dragonfly returns an array of arrays in all cases
To Reproduce
Steps to reproduce the behavior:
> geoadd list 1 1 A
(integer) 1
> geosearch list FROMLONLAT 1 1 BYRADIUS 10 km
1) 1) "A" <-- NESTED ARRAY RETURNED
Expected behavior
Should match the documentation and Redis behavior:
> geoadd list 1 1 A
(integer) 1
> geosearch list FROMLONLAT 1 1 BYRADIUS 10 km
1) "A"
Environment (please complete the following information):
Describe the bug
Based on the documentation:
However, Dragonfly returns an array of arrays in all cases
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should match the documentation and Redis behavior:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: