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

Upgrade latest jedis version 2.6.1 to support latest redis 2.8.18 new features and commands #2

Closed
mindwind opened this issue Dec 15, 2014 · 3 comments

Comments

@mindwind
Copy link
Owner

From redis 2.8.5 to 2.8.18 we miss theses new features and commands

NEW     - CLIENT PAUSE
NEW     - ZLEXCOUNT
NEW     - ZRANGEBYLEX
NEW     - ZREMRANGEBYLEX
NEW     - ROLE command added
NEW     - BITPOS
NEW     - DEBUG ERROR
NEW     - CLIENT KILL new form to kill by client type and ID
NEW     - CLIENT LIST new unique incremental ID to every client.
NEW     - The COMMAND command, exposing the Redis command table as an API.
NEW     - The new latency monitoring feature, as documented at http://redis.io/topics/latency-monitor
NEW     - Pub/Sub PING
NEW     - DEBUG POPULATE
NEW     - Total and instantaneous Network bandwidth tracking in INFO.
@mindwind
Copy link
Owner Author

supported

- ZLEXCOUNT   ZRANGEBYLEX   ZREMRANGEBYLEX  already added
- BITPOS added
- CLIENT KILL new form added
- CLIENT LIST api doesn't need to change

unsupported

- 2.8.8   DEBUG ERROR         
- 2.8.12  ROLE         
- 2.8.13  COMMAND               
- 2.8.13  LATENCY
- 2.8.14  PUBSUB PING 
- 2.8.18  DEBUG POPULATE  
- 2.9.50  CLIENT PAUSE                       

@mindwind
Copy link
Owner Author

Jedis release version 2.7.0, check it later for missing commands.

@mindwind
Copy link
Owner Author

Upgrade jedis to version 2.7.2 at Atom version 3.1.2

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

1 participant