As a convenience, the RedisRequest constructor has various methods to factorize a RedisRequest object.
For example, RedisRequest.set({}, "hoge", "piyo") instead of RedisRequest("SET", encodeText("piyo"), "hoge").
Up to now, only the "string" commands were implemented. This issue is to track the missing commands; excluding the pub/sub commands. #3
As a convenience, the
RedisRequestconstructor has various methods to factorize aRedisRequestobject.For example,
RedisRequest.set({}, "hoge", "piyo")instead ofRedisRequest("SET", encodeText("piyo"), "hoge").Up to now, only the "string" commands were implemented. This issue is to track the missing commands; excluding the pub/sub commands. #3