pub fn RPush<T, V>(key: T, value: V) -> LPushCommandExpand 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) -> LPushCommandRPUSH redis command
Insert all the specified values at the tail of the list stored at key.