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.

API entry from apis.yml

apis.yml Raw ↑
aid: redis:redis-core
name: Redis Core
description: 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.
humanURL: https://redis.io/docs/latest/commands/
tags:
- Cache
- Commands
- Core
- Database
- Key-Value
properties:
- type: Documentation
  url: https://redis.io/docs/latest/commands/
- type: GettingStarted
  url: https://redis.io/docs/latest/get-started/
- type: GitHub
  url: https://github.com/redis/redis
- type: JSONSchema
  url: json-schema/redis-key-value-schema.json
- type: JSONSchema
  url: json-schema/redis-command-schema.json
- type: JSONSchema
  url: json-schema/redis-server-info-schema.json
- type: JSONStructure
  url: json-structure/redis-key-value-structure.json
- type: JSONStructure
  url: json-structure/redis-server-info-structure.json
- type: JSONLd
  url: json-ld/redis-context.jsonld
- type: Vocabulary
  url: vocabulary/redis-vocabulary.yml