pub fn Set<T, V>(key: T, value: V) -> SetCommandExpand description
SET redis command
Set key to hold the string value. Command returns true if value is set otherwise it returns false
pub fn Set<T, V>(key: T, value: V) -> SetCommandSET redis command
Set key to hold the string value. Command returns true if value is set otherwise it returns false