lettuce

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

Lettuce Alternatives

Similar projects and alternatives to lettuce

  1. Medusa

    225 lettuce VS Medusa

    The world's most flexible commerce platform.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  4. Netty

    54 lettuce VS Netty

    Netty project - an event-driven asynchronous network application framework

  5. nextjs-starter-medusa

    A performant frontend ecommerce starter template with Next.js 15 and Medusa V2.

  6. gatsby-starter-medusa

    A production-ready Gatsby starter for Medusa

  7. admin

    13 lettuce VS admin

    Discontinued Admin system for Medusa Stores (by medusajs)

  8. CosId

    0 lettuce VS CosId

    Universal, flexible, high-performance distributed ID generator. | 通用、灵活、高性能的分布式 ID 生成器

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. conditional

    A super lightweight library that helps you to compose multiple conditional expressions and make them asynchronous easily.

  11. AranoDB

    The official ArangoDB Java driver.

  12. Modality

    Model Layer Implementation for a J2EE Pull MVC WebApp

  13. Jedis

    6 lettuce VS Jedis

    Redis Java client

  14. Redisson

    5 lettuce VS Redisson

    Redisson - Valkey and 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..

  15. Flowable (V6)

    A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.

  16. tbmq

    3 lettuce VS tbmq

    Open-source, scalable, and fault-tolerant MQTT broker able to handle 4M+ concurrent client connections, supporting at least 3M messages per second throughput per single cluster node with low latency delivery. The cluster mode supports more than 100M concurrently connected clients.

  17. Trino

    50 lettuce VS Trino

    Official repository of Trino, the distributed SQL query engine for big data, former

  18. tb-mqtt-perf-tests

    MQTT Broker Performance Tests

  19. 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 lettuce alternative or higher similarity.

lettuce discussion

Log in or Post with

lettuce reviews and mentions

Posts with mentions or reviews of lettuce. 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
    To overcome this limitation, we migrated to Lettuce, an asynchronous Redis client built on top of Netty. With Lettuce, our throughput increased to 60k msg/s, demonstrating the benefits of non-blocking operations and improved parallelism.
  • Node.js + ioredis + elasticache
    1 project | dev.to | 4 Dec 2024
    const REDIS_COMMAND_TIMEOUT = 10000; const MAX_REDIS_ATTEMPS = 3; const REDIS_BACKOFF_RETRY = 2000; const REDIS_HOST = process.env.REDIS_HOST || '127.0.0.1'; const REDIS_PORT = Number(process.env.REDIS_PORT) || 6379; // https://github.com/redis/lettuce/wiki/Redis-URI-and-connection-details const REDIS_SCHEME = REDIS_CLUSTER_ENABLED ? `rediss` : `redis`; const redis = new Redis(`${REDIS_SCHEME}://${REDIS_HOST}:${REDIS_PORT}`, { commandTimeout: REDIS_COMMAND_TIMEOUT, retryStrategy: (times: number): number | null => { if (times > MAX_REDIS_ATTEMPS) { return null; // Stop retrying } return REDIS_BACKOFF_RETRY; // Retry after some time }, tls: REDIS_CLUSTER_ENABLED ? {} : undefined, });
  • Redis Cluster with heavy write application results in bad redis read latency
    1 project | /r/redis | 5 Jun 2023
    I am using lettuce java library with async api. They says it used pipelining as default. Also I tried manually command flushing. I don't see the improvement.
  • A Guide for Beginners into Medusa, the Open Source Ecommerce Platform
    5 projects | dev.to | 30 Jun 2022
    For connection string, please refer to this guide.
  • A note from our sponsor - InfluxDB
    influxdata.com | 17 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic lettuce repo stats
4
5,552
9.1
7 days ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

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