API Reference lib_redis v0.1.0

modules

Modules

LibRedis

LibRedis is a Redis client written in Elixir. It is essentially a wrapper around the Redix project, with added support for connection pooling and Redis cluster functionality. The client exposes two main APIs: command/3 and pipeline/3.

behaviour for redis client store

Default ClientStore implementation using ETS

cluster redis client

This module is responsible for reloading the slot cache.

slot store behaviour, used to store slots layer

Default SlotStore implementation using Agent

Some typespecs for LibRedis