Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
e-mzungu committed Apr 5, 2011
1 parent 5d43a48 commit 5d1213d
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,40 +7,6 @@ It's aimed to work in multi threading environments.


RJC is fully compatible with Redis 2.x. RJC is fully compatible with Redis 2.x.


See code examples in the project [wiki page](https://github.com/e-mzungu/rjc/wiki/Code-examples).

# How to use it with Maven
Include maven dependency to you project
<dependency>
<groupId>org.idevlab</groupId>
<artifactId>rjc</artifactId>
<version>0.6.3</version>
</dependency>

# Quick start

Install RJC as described above.

Run Redis.

Perform:
DataSource dataSource = new SimpleDataSource("localhost");
SingleRedisOperations redis = new RedisNode(dataSource);
redis.set("foo", "hello");
String value = redis.get("foo");

See more examples [here](https://github.com/e-mzungu/rjc/wiki/Code-examples).


# RJC
RJC is a [Redis](http://redis.io/) Java Client.

It provides connection pooling in Apache DBCP style, sharding, pipelines, transactions and messages.

It's aimed to work in multi threading environments.

RJC is fully compatible with Redis 2.x.

OSGi ready (thanks [iocanel](https://github.com/iocanel)). OSGi ready (thanks [iocanel](https://github.com/iocanel)).


See code examples in the project [wiki page](https://github.com/e-mzungu/rjc/wiki/Code-examples). See code examples in the project [wiki page](https://github.com/e-mzungu/rjc/wiki/Code-examples).
Expand Down

0 comments on commit 5d1213d

Please sign in to comment.