Redis library for Android?

The Hungry Androider picture The Hungry Androider · Oct 21, 2015 · Viewed 10.8k times · Source

I've seen a ton of libraries for Java, but nothing for Android unfortunately.

Has anyone had any luck with either an Android library for Redis or a Java library that works on Android?

I've tried Jedis, JRedis, ARedis, Redisson so far, but no luck.

UPDATE: To keep everyone posted...lettuce worked (https://github.com/mp911de/lettuce)

Answer

Nikita Koksharov picture Nikita Koksharov · Nov 17, 2015

You can use Redisson. It works with Android too.