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)
You can use Redisson. It works with Android too.