Rediscl.Query.Api (rediscl v0.3.0) View Source
Query api funcs
Link to this section Summary
Functions
Creates the zadd :eredis query list, based on the given arguments.
Creates the zcard :eredis query list, based on the given arguments.
Creates the zcount :eredis query list, based on the given arguments.
Creates the zincrby :eredis query list, based on the given arguments.
Creates the zinter :eredis query list, based on the given arguments.
Creates the zinterstore :eredis query list, based on the given arguments.
Creates the zlexcount :eredis query list, based on the given arguments.
Creates the zrange :eredis query list, based on the given arguments.
Creates the zrangebylex :eredis query list, based on the given arguments.
Creates the zrangebyscore :eredis query list, based on the given arguments.
Creates the zrank :eredis query list, based on the given arguments.
Creates the zrem :eredis query list, based on the given arguments.
Creates the zremrangebylex :eredis query list, based on the given arguments.
Creates the zremrangebyrank :eredis query list, based on the given arguments.
Creates the zremrangebyscore :eredis query list, based on the given arguments.
Creates the zrevrange :eredis query list, based on the given arguments.
Creates the zrevrangebylex :eredis query list, based on the given arguments.
Creates the zrevrangebyscore :eredis query list, based on the given arguments.
Creates the zrevrank :eredis query list, based on the given arguments.
Creates the zscan :eredis query list, based on the given arguments.
Creates the zscore :eredis query list, based on the given arguments.
Creates the zunion :eredis query list, based on the given arguments.
Creates the zunionstore :eredis query list, based on the given arguments.
Link to this section Functions
Specs
Specs
command(String.t()) :: List.t()
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
mget(List.t(), Keyword.t()) :: List.t()
Specs
mset(List.t(), Keyword.t()) :: List.t()
Specs
mset_nx(List.t(), Keyword.t()) :: List.t()
Specs
Specs
Specs
Specs
Specs
sdiff(List.t(), Keyword.t()) :: List.t()
Specs
Specs
Specs
Specs
Specs
Specs
sinter(List.t(), Keyword.t()) :: List.t()
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
sunion(List.t(), Keyword.t()) :: List.t()
Specs
Specs
Creates the zadd :eredis query list, based on the given arguments.
Specs
Creates the zcard :eredis query list, based on the given arguments.
Specs
Creates the zcount :eredis query list, based on the given arguments.
Specs
Creates the zincrby :eredis query list, based on the given arguments.
Specs
zinter(List.t(), Keyword.t()) :: List.t()
Creates the zinter :eredis query list, based on the given arguments.
Specs
Creates the zinterstore :eredis query list, based on the given arguments.
Specs
Creates the zlexcount :eredis query list, based on the given arguments.
Specs
Creates the zrange :eredis query list, based on the given arguments.
Specs
Creates the zrangebylex :eredis query list, based on the given arguments.
Specs
Creates the zrangebyscore :eredis query list, based on the given arguments.
Specs
Creates the zrank :eredis query list, based on the given arguments.
Specs
Creates the zrem :eredis query list, based on the given arguments.
Specs
Creates the zremrangebylex :eredis query list, based on the given arguments.
Specs
Creates the zremrangebyrank :eredis query list, based on the given arguments.
Specs
Creates the zremrangebyscore :eredis query list, based on the given arguments.
Specs
Creates the zrevrange :eredis query list, based on the given arguments.
Specs
Creates the zrevrangebylex :eredis query list, based on the given arguments.
Specs
Creates the zrevrangebyscore :eredis query list, based on the given arguments.
Specs
Creates the zrevrank :eredis query list, based on the given arguments.
Specs
Creates the zscan :eredis query list, based on the given arguments.
Specs
Creates the zscore :eredis query list, based on the given arguments.
Specs
zunion(List.t(), Keyword.t()) :: List.t()
Creates the zunion :eredis query list, based on the given arguments.
Specs
Creates the zunionstore :eredis query list, based on the given arguments.