You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
As a convenience, the
RedisRequest
constructor has various methods to factorize aRedisRequest
object.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
The text was updated successfully, but these errors were encountered: