Redis的Java客戶端和服務器端實現:redis-protocol

jopen 10年前發布 | 31K 次閱讀 Redis NoSQL數據庫 redis-protocol

redis-protocol 是一個非常快速的 Redis 的 Java 客戶端實現。同時還包含了嵌入式的 Redis 服務器端的 Java 實現。基于 Netty 開發。

每個模塊的描述

redisgen/ Scrapes the redis.io/commands page and produce various typed clients and servers, very extensible

util/ Some common encoding and data structures client/ Leverages the protocol module for encoding and decoding. Supports both synchronous and asynchronous pipelined requests from the RedisClient. Supports 2.6 commands. protocol/ Redis protocol encoder / decoder based on input/outputstreams. This is the fastest implementation if blocking i/o is ok for your use case. benchmark/ A redis-benchmark clone that uses this Java client for comparison testing.

netty/ A netty 3.5.X compatible codecs for building Redis clients netty-client/ Complete client except for MULTI/EXEC.

netty4/ A netty 4.0.0.Alpha1 compatible codec for building Redis clients netty4-server/ A very high performance in-JVM memory redis server clone

util/ Some library functions used by both the blocking client and the netty clients</pre>

項目主頁:http://www.baiduhome.net/lib/view/home/1389939353101

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!