Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

Command Interfaces

Mark Paluch edited this page Jul 14, 2015 · 2 revisions

Redis supports 400+ commands. These commands are grouped within multiple interfaces.

API Matrix

Type Stateful Sync Async Reactive
Disque

Legend

  • ✅ Available
  • ⛔ No/Not applicable
  • 🕐 Not yet

Synchronous

Complete API

Segregated API

Asynchronous

Complete API

Segregated API

Reactive

Complete API

Segregated API

The grouping is similar to the Disque command grouping. All interfaces operate on a Stateful Connection. You can obtain a different API for the same physical connection without the need to create a new connection Call getConnection().sync() to obtain the sync API or getConnection().async() (except pooled connections).