Module ntex_redis::cmd[][src]

Redis commands

Modules

commands

Command implementations

Enums

TtlResult

Traits

Command

Trait implemented by types that can be used as redis commands

Functions

Auth

AUTH redis command

Del

DEL redis command

Exists

EXISTS redis command

Expire

EXPIRE redis command

ExpireAt

EXPIREAT redis command

Get

GET redis command

HDel

HDEL redis command

HGet

HGET redis command

HGetAll

HGETALL redis command

HIncrBy

HINCRBY redis command

HLen

HLEN redis command

HSet

HSET redis command

IncrBy

INCRBY redis command

LIndex

LINDEX redis command

LPop

LPOP redis command

LPush

LPUSH redis command

RPop

RPOP redis command

RPush

RPUSH redis command

Set

SET redis command

Ttl

TTL redis command