View Source API Reference NebulexRedisAdapter v2.4.0

Modules

Nebulex adapter for Redis. This adapter is implemented using Redix, a Redis driver for Elixir.

This server takes care of initialization and cleanup jobs. For example, attaching the stats handler when the cache starts and detaching it when it terminates.

Default Keyslot implementation when :jchash module is loaded.

NebulexRedisAdapter error.

Redis Cluster Node/Slot Supervisor.

A Serializer encodes keys and values sent to Redis, and decodes keys and values in the command output.

Protocol controlling how a key/value is encoded to a string and how a string is decoded into an Elixir term.