Function RedisDatabase.set
Set the string value of a key
void set(T)
(
string key,
T value
)
if (isValidRedisValueType!T);
Set the string value of a key
void set(T)
(
string key,
T value
)
if (isValidRedisValueType!T);