Function RedisDatabase.rpushX
Inserts value at the tail of the list stored at key, only if key already exists and holds a list.
long rpushX(T)
(
string key,
T value
)
if (isValidRedisValueType!T);