Redis v4 is planned for GA in a few weeks and it comes with a new modules API. Over the last months we've been putting together a few of these modules, and yesterday we've published the preview for ReJSON.<p>ReJSON is a Redis module that implements a data type for storing, fetching and manipulating JSON values stored as binary objects. The API is faithful to the Redis spirit with a new set of commands (https://redislabsmodules.github.io/rejson/commands), and the same spirit is maintained in terms of performance as our our early benchmarks suggest (https://redislabsmodules.github.io/rejson/performance).<p>The project is currently under active development and we still have improvements planned before calling it an MVP (mainly reducing memory overhead and performance optimizations). That said, anything you say can and may be used to make ReJSON better, so feel free to drop us a line here or anywhere else :)<p>Source code: https://github.com/RedisLabsModules/rejson<p>Docs: https://redislabsmodules.github.io/rejson