Updated readme file

This commit is contained in:
Jonathan Leibiusky
2010-08-08 13:59:21 -03:00
parent 50405b4d18
commit 69ada8821b

View File

@@ -4,14 +4,18 @@ Jedis is a blazingly small and sane redis java client.
Jedis was conceived to be EASY to use and FULLY COMPATIBLE with the latest version of redis. Jedis was conceived to be EASY to use and FULLY COMPATIBLE with the latest version of redis.
## What's still missing? Jedis is now fully compatible with the latest version of redis.
## What will be available soon?
- Sharding - Sharding
- Persistence control commands - Connection pooling
- Remote server control commands - More and more code and performance improvements
But stay close because things are going fast and all this will be implemented soon! But stay close because things are going fast and all this will be implemented soon!
## Ok.. so what's already done? ## Ok.. so what can I do with Jedis?
All of the following reids features are supported:
- Sorting - Sorting
- Connection handling - Connection handling
- Commands operating on all the kind of values - Commands operating on all the kind of values
@@ -23,6 +27,8 @@ But stay close because things are going fast and all this will be implemented so
- Transactions - Transactions
- Pipelining - Pipelining
- Publish/Subscribe - Publish/Subscribe
- Persistence control commands
- Remote server control commands
## How do I use it? ## How do I use it?