Function ntex_redis::cmd::RPush

source ·
pub fn RPush<T, V>(key: T, value: V) -> LPushCommand
where BulkString: From<T> + From<V>,
Expand description

RPUSH redis command

Insert all the specified values at the tail of the list stored at key.