RedisJSON Usages
RedisJSON: Public Preview & Performance Benchmarking | Redis
In July, we introduced the private preview of a real-time document store with native indexing, querying, and full-text search capabilities powered by the combination of RedisJSON and RediSearch. During the preview, we've greatly improved the performance and stability of the offering, simplified packaging for easier onboarding, and enhanced our driver support.
https://redis.com/blog/redisjson-public-preview-performance-benchmarking/

RedisJSON | NoSQL Document Database
RedisJSON is a high-performance NoSQL document store that allows developers to build modern applications. It provides native APIs to ingest, index, query, and run full-text search on JSON documents both on-premises and as a managed service in the cloud. Store and process scheme-free JSON in-memory, supporting millions of operations per second with sub-millisecond response times.
https://redis.com/modules/redis-json/

GitHub - RedisJSON/RedisJSON: RedisJSON - a JSON data type for Redis
RedisJSON is a Redis module that implements ECMA-404 The JSON Data Interchange Standard as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents).
https://github.com/RedisJSON/RedisJSON

Seonglae Cho