pub fn RPush<T, V>(key: T, value: V) -> LPushCommand
Expand description
RPUSH redis command
Insert all the specified values at the tail of the list stored at key.
pub fn RPush<T, V>(key: T, value: V) -> LPushCommand
RPUSH redis command
Insert all the specified values at the tail of the list stored at key.