3 Commits

Author SHA1 Message Date
Roshan Khatri
832f074a1c
Enable tests to run with ASAN build. (#45)
---------

Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
2025-03-14 15:34:40 -07:00
Roshan Khatri
10d2793bb9
Adds JSON.MSET command (#39)
#### JSON.MSET
Set JSON values for multiple keys. The operation is atomic. Either all values are set or none is set.

#### Syntax
```
JSON.MSET <key> <path> <value> [key <path> <value> ...]
```

* key - required, JSON key
* path - required, a JSON path
* value - required, JSON value
#### Return
* Simple String 'OK' on success
* Error on failure
---------

Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
2025-03-03 15:19:36 -08:00
Roshan Khatri
926b6fd6fe
Contributing valkeyJSON module (#1)
Initial contribution for ValkeyJSON based off of Amazon implementation.
2024-11-29 07:47:54 -08:00