Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement convenience method for missing commands #2

Open
3 of 14 tasks
sebastienfilion opened this issue Dec 29, 2020 · 0 comments
Open
3 of 14 tasks

Implement convenience method for missing commands #2

sebastienfilion opened this issue Dec 29, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sebastienfilion
Copy link
Collaborator

sebastienfilion commented Dec 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant