Jedis 是 Redis 官方首选的 Java 客户端开发包。
实例方法:
import redis.clIEnts.jedis.*
Jedis jedis = new Jedis("localhost"); jedis.set("foo", "bar"); String value = jedis.get("foo");
支持的特效:
Sorting
ConNECtion handling
Commands Operating on any kind of values
Commands opeRATing on string values
Commands operating on hashes
Commands operating on lists
Commands operating on sets
Commands operating on sorted sets
Transactions
Publish/Subscribe
Persistence control commands
Remote server control commands
Connection pooling
Sharding (MD5, MurmurHash)
Key-tags for sharding
Sharding with pipelining
Scripting with pipelining
redis.clients jedis 2.0.0 jar comPILe
发布于 2016-07-22 23:58:32 | 452 次阅读
发布于 2016-03-15 00:25:33 | 237 次阅读
发布于 2015-11-25 10:32:11 | 187 次阅读