RedixCluster v1.2.0 RedixCluster.Run View Source

RedixCluster.Run

The main module that is used to run commands on top of the Redis cluster.

This module manages connecting to slots and querying the cluster.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function command(conn, command, opts) View Source
command(conn(), command(), Keyword.t()) :: {:ok, term()} | {:error, term()}
Link to this function get_pool_by_slot(error, slots_maps, slots, version) View Source
Link to this function pipeline(conn, pipeline, opts) View Source
pipeline(conn(), [command()], Keyword.t()) :: {:ok, term()} | {:error, term()}