Jedis

Redis Java client (by redis)

Jedis Alternatives

Similar projects and alternatives to Jedis

  1. Redis

    392 Jedis VS Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  4. Lombok

    98 Jedis VS Lombok

    Very spicy additions to the Java programming language.

  5. Netty

    55 Jedis VS Netty

    Netty project - an event-driven asynchronous network application framework

  6. Redis

    36 Jedis VS Redis

    Redis Go client

  7. artillery

    34 Jedis VS artillery

    The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.

  8. Gson

    31 Jedis VS Gson

    A Java serialization/deserialization library to convert Java Objects into JSON and back

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. springdoc-openapi

    Library for OpenAPI 3 with spring-boot

  11. Redis

    19 Jedis VS Redis

    🚀 A robust, performance-focused, and full-featured Redis client for Node.js.

  12. langchaingo

    LangChain for Go, the easiest way to write LLM-based programs in Go

  13. Redisson

    6 Jedis VS Redisson

    Redisson - Valkey & Redis Java client. Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache..

  14. MapDB

    5 Jedis VS MapDB

    MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.

  15. Chronicle Map

    Replicate your Key Value Store across your network, with consistency, persistance and performance.

  16. HikariCP

    37 Jedis VS HikariCP

    光 HikariCP・A solid, high-performance, JDBC connection pool at last.

  17. EVCache

    4 Jedis VS EVCache

    A distributed in-memory data store for the cloud

  18. rueidis

    6 Jedis VS rueidis

    A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.

  19. Speedment

    0 Jedis VS Speedment

    Speedment is a Stream ORM Java Toolkit and Runtime

  20. Jinq

    1 Jedis VS Jinq

    LINQ-style queries for Java 8

  21. lettuce

    4 Jedis VS lettuce

    Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.

  22. JetBrains Xodus

    Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Jedis alternative or higher similarity.

Jedis discussion

Log in or Post with

Jedis reviews and mentions

Posts with mentions or reviews of Jedis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-13.
  • How TBMQ Uses Redis for Reliable P2P MQTT Messaging
    6 projects | dev.to | 13 Feb 2025
    As we mentioned earlier, we conducted a prototype test that revealed the limit of 30k msg/s throughput when using PostgreSQL for persistence message storage. At the moment we migrated to Redis, we already used the Jedis library for Redis interactions, primarily for cache management, and extended it to handle message persistence for persistent MQTT clients. However, the initial results of the Redis implementation with Jedis were unexpected. While we anticipated Redis would significantly outperform PostgreSQL, the performance improvement was modest — reaching only 40k msg/s throughput compared to the 30k msg/s limit with PostgreSQL.
  • Maintain chat history in generative AI apps with Valkey
    10 projects | dev.to | 1 Jul 2024
    It's important to note that it's possible to use any Redis-compatible client with Valkey. I used the go-redis client, but (at the time of writing) there is work underway to build Valkey specific client libraries. Check the Valkey GitHub org to take look at the forks of existing Redis client libraries such as valkey-go (corresponding to rueidis), iovalkey (corresponding to ioredis), Jackey (corresponding to jedis) etc. These are very early days (at the time of writing), and it will be interesting to see the progress here!
  • Lessons learned from picking a Java based driver for Amazon ElastiCache for Redis - Part 1
    3 projects | dev.to | 2 Feb 2023
    Finding out what's causing that was not that simple as Jedis does not write a lot of log information when the log level is set to debug. From what we could tell from the Jedis source code it seems that when the Jedis client connects to the configuration endpoint it fetches all known hosts. It stores that in a local cache and figures out the primary node from the set of nodes. Once the primary node is known it will execute operations against the primary node. It does so by connecting to the Amazon-generated domain name/entry and when that entry is down / unreachable it seems it does not use the configuration endpoint to rediscover the nodes or fetch the new cluster topology. We initially thought this had to do with the DNS caching of the JVM, so we also tried to disable caching, but we did not see any effect after that change.
  • Removies
    5 projects | dev.to | 28 Aug 2022
    jedis is used to interact with Redis.
  • Stop using noargsconstructors and setters (and builders)
    1 project | /r/java | 1 Dec 2021
  • Uma abordagem diferenciada à Sessões de Usuário em Microsserviços usando Redis
    1 project | dev.to | 4 Feb 2021
    Como um bônus, deixo aqui uma classe SessionManager pra ajudar na implementação em Java usando Jedis e o gerador de token do Tomcat, que já é normalmente incluído no Spring Boot:
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Jedis repo stats
6
12,090
9.1
5 days ago

redis/jedis is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Jedis is Java.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Java is
the 8th most popular programming language
based on number of references?