Can you please provide a HTTP server example that
- Accepts a HTTP POST with a body containing a json object
"{ "key": "value" }"
- Sets the Redis key
"key" to contain "value".
- Waits for the Redis operation to complete and return either success or failure to the downstream user.
This would be the perfect starting point for a personal project that I am about to start. Thanks
Note: I would obviously prefer the server to be based on Boost.Json and Boost.Redis.
Can you please provide a HTTP server example that
"{ "key": "value" }""key"to contain"value".This would be the perfect starting point for a personal project that I am about to start. Thanks
Note: I would obviously prefer the server to be based on Boost.Json and Boost.Redis.