method
RedisClient.config
@param args
Subcommand and its arguments (GET, SET, REWRITE, RESETSTAT)
@returns
Promise that resolves with the subcommand's result
await redis.config("GET", "maxmemory");method
Subcommand and its arguments (GET, SET, REWRITE, RESETSTAT)
Promise that resolves with the subcommand's result
await redis.config("GET", "maxmemory");