question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Jedis client

See original GitHub issue

Hello,

spring-platform bom includes the jedis dependency. Spring-session uses jedis to connect to a redis instance to keep user sessions, spring-boot-starter-redis again declares and uses jedis as a redis client. In a situation like this it would be really helpful if you could provide support for jedis client.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
debopcommented, Feb 24, 2017

I try adopt lettuce …

0reactions
mp911decommented, Jul 7, 2017

IMHO, only one of Jedis, Jedipus and Lettuce makes sense to be included as Redis driver. Redisson and other higher level libraries might be quite powerful but their primary intent is to provide additional functionality on top of Redis (such as distributed locks, web session replication, …).

Jedis wasn’t updated for quite a while (no release since ~ 12 months).

Read more comments on GitHub >

github_iconTop Results From Across the Web

redis/jedis: Redis Java client designed for ... - GitHub
Redis Java client designed for performance and ease of use. ... Jedis lets you connect to Redis Clusters, supporting the Redis Cluster Specification....
Read more >
Intro to Jedis - the Java Redis Client Library - Baeldung
An introduction to Jedis, a client library in Java for Redis – the popular in-memory data structure store that can persist on disk...
Read more >
Clients | Redis
hiredis-vip. Support redis cluster. · eredis. Fast and light Redis C client library built over Hiredis, thread-safe, write replication, auto-reconnect, sync pool ...
Read more >
jedis 4.3.1 javadoc (redis.clients)
All Classes · AbortedTransactionException · AccessControlLogBinaryCommands · AccessControlLogCommands · AccessControlLogEntry · AccessControlUser · AggregationBuilder ...
Read more >
Redis with Java | Redis Documentation Center
Additional Java clients for Redis can be found under the Java section of the Redis Clients page. Lettuce. Lettuce is a thread-safe Redis...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found