Description
JRedis aims to provide a versatile interface between REDIS databases and Java systems.
JREDIS is composed of a Reference and a reference Implementation, under a unified top-level packages. (A single jar build is provided in this release, which can be included in your classpath and simply utilized.)
Further Java artifacts include testing, benchmarking, and example source directories. All these, and the core, can be found under the java directory. To build JREDIS, you will only need to compile the files under ~/java/src/.
This connector is exposed for use as org.jredis.ri.alphazero.JRedisClient and you simply need to instantiate and immediately use it to connect to your localhost REDIS server.
This is a synchronous mode connection, with blocking semantics for JRedis API, and is intended for use strictly in a synchronized request/reply manner.
User Reviews for JRedis FOR LINUX 1
-
JRedis FOR LINUX provides a versatile interface between REDIS databases and Java systems. Easy to include in classpath and utilize.