dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.22k stars 908 forks source link

JSON API legacy mode with '.' is not conforming to the elasticache behavior #2959

Closed dranikpg closed 1 month ago

dranikpg commented 4 months ago

For example, JSON.OBJKEYS key . returns a nested array but it should return a plain []string

romange commented 4 months ago

update: it should return a nested array for $ paths and plain array for . path.