Akhileshwar Gurram
Akhileshwar Gurram
Add Pulumi script to automate the deployment of DiceDB on AWS. ## How to Run the Script 1. Configure AWS credentials: ``` aws configure ``` 2. Create and activate a...
#165 Added support for JSON.SET and JSON.GET operations; (jsonpath operations is wip) @JyotinderSingh the existing `Encode` function seems to be sophisticated enough for handling the encoding of the json strings...
@JyotinderSingh I have used https://github.com/ohler55/ojg for jsonpath support, after having tried multiple different ones. Support for pretty much all [redis JSONPATH](https://redis.io/docs/latest/develop/data-types/json/path) operations is available, except for the following: ``` >...