Redis JSON API (RedisJSON)
RedisJSON is a Redis module that provides native JSON storage and retrieval capabilities. Redis is a key-value store that supports schema-free JSON documents (via RedisJSON), allowing applications to store, update, and query JSON documents without schema constraints.