Expand description
Command builders for Redis List operations
Structsยง
- LIndex
Command - Represents the
LINDEXcommand. - LLen
Command - Represents the
LLENcommand. - LPop
Command - Represents the
LPOPcommand. - LPush
Command - Represents the
LPUSHcommand. - LRange
Command - Represents the
LRANGEcommand. - LSet
Command - Represents the
LSETcommand. - RPop
Command - Represents the
RPOPcommand. - RPush
Command - Represents the
RPUSHcommand.