Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrniko authored Sep 12, 2016
1 parent e4b1a6c commit ff7a7a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ Config = ...

// 2. Create Redisson instance
RedissonClient redisson = Redisson.create(config);
// or
RedissonReactiveClient redisson = Redisson.createReactive(config);

// 3. Get object you need
RMap<MyKey, MyValue> map = redisson.getMap("myMap");
Expand Down

0 comments on commit ff7a7a7

Please sign in to comment.