Redis Core
Core Redis commands and data structure operations. Redis supports strings, hashes, lists, sets, sorted sets, streams, and more. The primary interface is the Redis Serialization Protocol (RESP) over TCP, with client libraries for all major programming languages.
Documentation
Documentation
https://redis.io/docs/latest/commands/
GettingStarted
https://redis.io/docs/latest/get-started/
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/redis/refs/heads/main/json-schema/redis-key-value-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/redis/refs/heads/main/json-schema/redis-command-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/redis/refs/heads/main/json-schema/redis-server-info-schema.json
JSONStructure
https://raw.githubusercontent.com/api-evangelist/redis/refs/heads/main/json-structure/redis-key-value-structure.json
JSONStructure
https://raw.githubusercontent.com/api-evangelist/redis/refs/heads/main/json-structure/redis-server-info-structure.json