Module commands

Module commands 

Source
Expand description

Command builders for Redis operations

This module provides type-safe command builders for Redis commands.

Structs§

DecrByCommand
DECRBY command builder
DecrCommand
DECR command builder
DelCommand
DEL command builder
ExistsCommand
EXISTS command builder
ExpireCommand
EXPIRE command builder
GetCommand
GET command builder
IncrByCommand
INCRBY command builder
IncrCommand
INCR command builder
SetCommand
SET command builder
TtlCommand
TTL command builder

Traits§

Command
Trait for commands that can be executed