View Source Chord.Utils.Redis.Behaviour behaviour (Chord v0.1.0)

Defines the behavior for Redis client operations.

Summary

Callbacks

command(list)

@callback command([String.t()]) :: {:ok, any()} | {:error, any()}