https://kotlinlang.org logo
#announcements
Title
# announcements
q

qwert_ukg

12/04/2017, 9:45 AM
what do think guys, about this lib https://github.com/KDatabases/Kedis
👎 2
r

ribesg

12/04/2017, 4:06 PM
Jedis is dead, don't rely on it
t

tmg

12/04/2017, 6:18 PM
@ribesg why? What's wrong with Jedis? I'm using it on a new project, is there a good reason to use another client?
b

bitkid

12/04/2017, 7:46 PM
we wrote our own client back a few years ago because there wasn't a reasonable async client https://github.com/vkorenev/RedRadishes
would be nice to have something which supports coroutines
r

ribesg

12/04/2017, 9:12 PM
@tmg It had no release in a year, it's maintained by two very inactive people (their own words)
I recently switched from Jedis to Lettuce for this reason
Jedis isn't updated to the latest Redis changes, a few things you can do in the Redis shell you can't do with Jedis
b

bitkid

12/04/2017, 9:49 PM
we didn't use lettuce because of the netty dependency. it's a monster! 🙂
q

qwert_ukg

12/05/2017, 3:04 AM
but Jedis is most popular of them. Is it stable ?
b

bitkid

12/08/2017, 7:59 PM
we were using it before and it was. don't know about new redis features though .. haven't been using it in a while.
5 Views