FragmentedKeys.CacheHandler.Redis (fragmented_keys v0.1.1)

Copy Markdown View Source

Redis cache handler using Redix.

Requires the :redix dependency.

Summary

Functions

Wrap a Redix connection pid or registered name as a cache handler.

Types

t()

@type t() :: %FragmentedKeys.CacheHandler.Redis{conn: pid() | atom()}

Functions

new(conn)

Wrap a Redix connection pid or registered name as a cache handler.