Redis is an open source, in-memory data structure store used as a database, cache, message broker, and streaming engine. It supports strings, hashes, lists, sets, sorted sets, streams, JSON, and more. Redis is widely used for caching, session management, leaderboards, pub/sub messaging, real-time analytics, and event streaming. The Redis project is maintained by Redis Inc. and governed by the Redis Community.
URL: https://raw.githubusercontent.com/api-evangelist/redis/refs/heads/main/apis.yml
- Type: Index
Cache, Database, In-Memory, Key-Value Store, NoSQL, Open Source, Streaming
- Created: 2024-01-01
- Modified: 2026-05-02
Core Redis commands and data structure operations. Supports strings, hashes, lists, sets, sorted sets, streams, and more. Primary interface is the Redis Serialization Protocol (RESP) over TCP with client libraries for all major languages.
Human URL: https://redis.io/docs/latest/commands/
Cache, Commands, Core, Database, Key-Value
- Documentation
- GettingStarted
- GitHub
- JSONSchema
- JSONSchema
- JSONSchema
- JSONStructure
- JSONStructure
- JSON-LD
- Vocabulary
REST API for managing Redis Cloud subscriptions, databases, cloud accounts, access control, and logs. Available at api.redislabs.com/v1 with API key authentication.
Human URL: https://redis.io/docs/latest/operate/rc/api/
Cloud, Management, REST, Subscriptions
REST API for managing Redis Enterprise Software clusters: configuration, database creation, user access control, and monitoring. Available at the cluster's port 9443.
Human URL: https://redis.io/docs/latest/operate/rs/references/rest-api/
Cluster, Enterprise, Management, REST
Free GUI management tool for Redis providing database browsing, query execution, memory analysis, slow log inspection, and Redis Streams visualization. Available as a desktop app and Docker image.
Human URL: https://redis.io/docs/latest/develop/tools/insight/
Developer Tools, Management, Visualization
| File | Description |
|---|---|
| examples/redis-set-get-example.json | Basic SET, GET, MSET, MGET, INCR operations |
| examples/redis-hash-example.json | Hash HSET, HGET, HGETALL operations for structured objects |
| examples/redis-sorted-set-example.json | Sorted set ZADD, ZRANGE, ZRANK for leaderboards |
- Website
- Documentation
- GitHubOrg
- Blog
- Community
- X
- YouTube
- Status
- Support
- TermsOfService
- PrivacyPolicy
- SDKs
- npm
- PyPI
FN: Kin Lane Email: kin@apievangelist.com