Function RedisDatabase.setRange
Overwrite part of a string at key starting at the specified offset
long setRange(T)
(
string key,
long offset,
T value
)
if (isValidRedisValueType!T);