M
M
mitaichik2015-05-15 12:31:01
Java
mitaichik, 2015-05-15 12:31:01

How to work with Redis from Java?

Good day. Tell me how to work with redis from java? There are a bunch of redis.io/clients#java
libraries on the official website , which one should I choose? I'm new to java, so I don't really understand...
The task is simple: write a value to a radish. I don’t use any frameworks in the application (like spring). It is desirable that it is connected via gradle.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
bromzh, 2015-05-15
@mitaichik

Jedis seems to be pretty simple, the last commit to the project was 7 days ago (i.e. it's not abandoned). Take it.

N
nkoksharov, 2016-11-09
@nkoksharov

Try Redisson . Helps to get rid of a bunch of code and focus on the business model of the application. Also implements a bunch of objects and services like: BitSet, BloomFilter, Set, SortedSet, Map, ConcurrentMap, List, Queue, Deque, BlockingQueue, BlockingDeque, ReadWriteLock, Semaphore, Lock, AtomicLong, CountDownLatch, Publish / Subscribe, RemoteService, ExecutorService, ScheduledExecutorService. ..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question