Function RedisDatabase.getSet
Set the string value of a key and return its old value
T getSet(T, U)
(
string key,
U value
)
if (isValidRedisValueReturn!T && isValidRedisValueType!U);