Function ntex_redis::cmd::Set

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

SET redis command

Set key to hold the string value. Command returns true if value is set otherwise it returns false