Key/Value API v0.5.8

Introduction

Data types

Data modeling

String commands

List commands

Set commands

Sorted set commands

Hash commands

Introduction

DynomiteDB provides a Redis-compatible key/value API that supports a variety of data types. DynomiteDB’s API is Redis-compatible which means that you can use any Redis client to connect to DynomiteDB.

Clients

DynomiteDB supports the Redis protocol and the majority of Redis commands. You can use any Redis to connect to DynomiteDB. Java developers should use the Dyno client which adds valuable features to the default Redis client.

Key/value database

DynomiteDB allows you to query all supported backends via the same key/value API. This means that you can use the same data model and queries to access both a persistent storage and in-memory storage.

Data types

DynomiteDB supports a variety of data types, which are described below.