Redis Java 客戶端,Jedis 2.4.2 發布
Jedis 一個開源流行,易于使用的 Redis 官方首選的 Java 客戶端開發包。今天 Jedis 2.4.2 發布- 一個新的版本,改進包括JedisCluster的連接處理和JedisCluster 多線程。Jedis的作者還開發了Redis的Groovy客戶端Gedis。
以下所有的Redis功能都支持:
- 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
- Pipelining
- 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 Cluster </ul>
Jedis jedis = new Jedis("localhost"); jedis.set("foo", "bar"); String value = jedis.get("foo");
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!