Dart Documentationredis_client

redis_client library

A redis client that communicates with redis through a socket and exposes a high level API.

Internally, it uses the RedisProtocolTransformer to transform binary data from the socket to formatted RedisReplys.

Please see the RedisClient documentation for detailed documentation on how to use this library.

Abstract Classes

Classes

Exceptions