-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers