Function ntex_redis::cmd::RPush
source · pub fn RPush<T, V>(key: T, value: V) -> LPushCommandwhere
BulkString: From<T> + From<V>,
Expand description
RPUSH redis command
Insert all the specified values at the tail of the list stored at key.