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.

Documentation

API entry from apis.yml

apis.yml Raw ↑
name: Redis JSON API (RedisJSON)
description: 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.
humanURL: https://redis.io/docs/data-types/json/
baseURL: https://your-redis-host:6379
tags:
- Redis
- Key-Value
- JSON
- In-Memory
properties:
- type: Documentation
  url: https://redis.io/docs/data-types/json/