Function RedisDatabase.request
Run the specified command and arguments in the Redis database server
T request(T, ARGS...)
(
string command,
scope ARGS args
);
Run the specified command and arguments in the Redis database server
T request(T, ARGS...)
(
string command,
scope ARGS args
);