1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/.devcontainer
Roman Gershman 879f2950e5
fix: edge cases around mismatched path in json code (#3609)
For legacy mode:
1. For mutate commands, an empty result should throw an error
2. For read commands, it returns nil if path was not found, but if it was matched
   but only with a wrong types, it will throw an error.

For non-legacy mode, objlen should throw an error for non existing key.

Simplified JsonCallbackResult a bit and made sure more fakeredis tests are passing.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2024-09-02 21:37:59 +03:00
..
alpine fix: edge cases around mismatched path in json code (#3609) 2024-09-02 21:37:59 +03:00
fedora chore: add ubuntu22 devcontainer (#2700) 2024-03-09 17:38:01 +02:00
ubuntu20 chore: add ubuntu22 devcontainer (#2700) 2024-03-09 17:38:01 +02:00
ubuntu22 chore: add ubuntu22 devcontainer (#2700) 2024-03-09 17:38:01 +02:00