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

Missing method in RedisPipeline interface. #1524

Closed
PhantomThief opened this issue Jun 15, 2017 · 2 comments
Closed

Missing method in RedisPipeline interface. #1524

PhantomThief opened this issue Jun 15, 2017 · 2 comments
Milestone

Comments

@PhantomThief
Copy link

Missing method in RedisPipeline interface:

Response pttl(String key);
Response set(String key, String value, String nxxx, String expx, int time);
Response psetex(String key, long milliseconds, String value);

jedis ver: 2.9.0

@marcosnils
Copy link
Contributor

@PhantomThief what about sending a PR as you seem to need them?. We always encourage new contributors!

@PhantomThief
Copy link
Author

PhantomThief commented Jun 18, 2017

@marcosnils the PR is here:
#1531

while it seemed something wrong in ci test.

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

No branches or pull requests

3 participants