RedixClustered (RedixClustered v0.1.0) View Source

Redis connection (via Redix) with cluster support and more

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

See RedixClustered.Conn.command/2.

See RedixClustered.Commands.del/2.

See RedixClustered.Commands.expire/3.

See RedixClustered.Commands.get/2.

See RedixClustered.Commands.get_ttl/2.

See RedixClustered.Commands.hgetall/2.

See RedixClustered.Commands.hincrby/3.

Link to this function

hincrby(name, key, flds, ttl)

View Source

See RedixClustered.Commands.hincrby/4.

Callback implementation for Supervisor.init/1.

See RedixClustered.Commands.nuke/2.

See RedixClustered.Commands.pexpire/3.

See RedixClustered.Conn.pipeline/2.

Link to this function

psetex(name, key, ttl, val)

View Source

See RedixClustered.Commands.psetex/4.

See RedixClustered.Commands.pttl/2.

See RedixClustered.Commands.scan/2.

See RedixClustered.Commands.set/3.

Link to this function

setex(name, key, ttl, val)

View Source

See RedixClustered.Commands.setex/4.

Link to this function

setnx_expire_get(key, ttl, val)

View Source
Link to this function

setnx_expire_get(name, key, ttl, val)

View Source

See RedixClustered.Commands.setnx_expire_get/4.

See RedixClustered.Commands.ttl/2.