Fork me on GitHub

rjc by e-mzungu

Redis Java client

Example usage DataSource dataSource = new SimpleDataSource("192.168.56.101"); SingleRedisOperations redis = new RedisNode(dataSource); redis.set("foo", "key1"); System.out.println(redis.get("foo"));

Authors

e_mzungu (eugene.dolgov@gmail.com)

Contact

(eugene.dolgov@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/e-mzungu/rjc