Jedis

Redis Java client (by redis)

Jedis Alternatives

Similar projects and alternatives to Jedis

  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • Lombok

    94 Jedis VS Lombok

    Very spicy additions to the Java programming language.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • artillery

    27 Jedis VS artillery

    Load testing at cloud-scale. Serverless & distributed out-of-the-box. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module. Never fail to scale with Artillery!

  • Gson

    27 Jedis VS Gson

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

  • springdoc-openapi

    Library for OpenAPI 3 with spring-boot

  • Redisson

    3 Jedis VS Redisson

    Redisson - Easy Redis Java client with features of In-Memory Data Grid. Sync/Async/RxJava/Reactive API. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache ...

  • HikariCP

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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.

  • Chronicle Map

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

  • EVCache

    2 Jedis VS EVCache

    A distributed in-memory data store for the cloud

  • H2

    11 Jedis VS H2

    H2 is an embeddable RDBMS written in Java.

  • jOOQ

    93 Jedis VS jOOQ

    jOOQ is the best way to write SQL in Java

  • Jinq

    1 Jedis VS Jinq

    LINQ-style queries for Java 8

  • JetBrains Xodus

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

  • Speedment

    Speedment is a Stream ORM Java Toolkit and Runtime

  • 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 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 2023-02-02.
  • 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 - WorkOS
    workos.com | 19 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic Jedis repo stats
4
11,605
9.1
1 day 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.

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