-
Notifications
You must be signed in to change notification settings - Fork 973
Who uses Lettuce
This page lists the organizations who use Lettuce in their projects or products. Make sure to sort the list alphabetically and keep the list up-to-date.
-
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services.
-
Ecosio is an all-around provider of EDI services, optimally prepared for Industry 4.0 and flexible supply chain management.
-
Hibernate OGM provides Java Persistence (JPA) support for NoSQL solutions.
-
Hortonworks
-
Hightail Spaces is a great new way to share files, get feedback and take your creative project from concept to completion.
-
LINE Live chat.
-
Micronaut is a full stack microservices framework.
-
Microsoft Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data
-
Naver Pinpoint
-
Ratpack is a simple, capable, toolkit for creating high performance web applications
-
RedisLabs drivers for their Redis modules.
-
Spinach is a scalable thread-safe Disque client providing both synchronous and asynchronous connections.
-
Spring Data Redis is part of the larger Spring Data family, provides easy configuration and access to Redis from Spring applications.
Lettuce documentation was moved to https://redis.github.io/lettuce/overview/
Intro
Getting started
- Getting started
- Redis URI and connection details
- Basic usage
- Asynchronous API
- Reactive API
- Publish/Subscribe
- Transactions/Multi
- Scripting and Functions
- Redis Command Interfaces
- FAQ
HA and Sharding
Advanced usage
- Configuring Client resources
- Client Options
- Dynamic Command Interfaces
- SSL Connections
- Native Transports
- Unix Domain Sockets
- Streaming API
- Events
- Command Latency Metrics
- Tracing
- Stateful Connections
- Pipelining/Flushing
- Connection Pooling
- Graal Native Image
- Custom commands
Integration and Extension
Internals