View Source Rediscl.Query.Api (rediscl v1.0.0)
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
@spec command(String.t()) :: List.t()
@spec mget(List.t(), Keyword.t()) :: List.t()
@spec mset(List.t(), Keyword.t()) :: List.t()
@spec mset_nx(List.t(), Keyword.t()) :: List.t()
@spec sdiff(List.t(), Keyword.t()) :: List.t()
@spec sinter(List.t(), Keyword.t()) :: List.t()
@spec sunion(List.t(), Keyword.t()) :: List.t()
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.
@spec zinter(List.t(), Keyword.t()) :: List.t()
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.
@spec zunion(List.t(), Keyword.t()) :: List.t()
Creates the zunion :eredis query list, based on the given arguments.
Creates the zunionstore :eredis query list, based on the given arguments.