Java Redis

Open-source Java projects categorized as Redis

Top 23 Java Redi Projects

  • JavaGuide

    「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!

    Project mention: How come there's no English version of JavaGuide? | reddit.com/r/learnjava | 2023-04-08
  • advanced-java

    😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • Redisson

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

    Project mention: Kotlin Spring WebFlux, R2DBC and Redisson microservice in k8s 👋✨💫 | dev.to | 2022-10-17

    Source code you can find in the GitHub repository. he main idea of this project is the implementation of microservice using Kotlin, Spring WebFlux, PostgresSQL, and Redis with metrics and monitoring and deploying it to k8s. For interacting with PostgresSQL we will use reactive Spring Data R2DBC and for Redis caching using Redisson.

  • eladmin

    项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由

  • springboot-learning-example

    spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。

  • Jedis

    Redis Java client

    Project mention: Lessons learned from picking a Java based driver for Amazon ElastiCache for Redis - Part 1 | dev.to | 2023-02-02

    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.

  • lettuce-core

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

    Project mention: A Guide for Beginners into Medusa, the Open Source Ecommerce Platform | dev.to | 2022-06-30

    For connection string, please refer to this guide.

  • Sonar

    Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • SuperMarket

    设计精良的网上商城系统,包括前端、后端、数据库、负载均衡、数据库缓存、分库分表、读写分离、全文检索、消息队列等,使用SpringCloud框架,基于Java开发。该项目可部署到服务器上,不断完善中……

  • spring-data-redis

    Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.

    Project mention: Redis Keyspace notifications in Clustered node | reddit.com/r/redis | 2022-11-25

    Spring Redis - Indexes not deleted after main entry expires https://github.com/spring-projects/spring-data-redis/issues/1111

  • testcontainers-spring-boot

    Container auto-configurations for Spring Boot based integration tests

    Project mention: Testcontainers: Testing with real dependencies | reddit.com/r/programming | 2022-11-17

    For Spring Boot there's a nice wrapper: https://github.com/PlaytikaOSS/testcontainers-spring-boot. (I work for Playtika).

  • jimmer

    A revolutionary ORM framework for both java and kotlin.

    Project mention: Finally, the kotlin API and External Cache are supported, and my ORM is finished. | reddit.com/r/Kotlin | 2022-08-25

    A medium project for Java and Kotlin developers: https://github.com/babyfish-ct/jimmer.

  • Rqueue

    Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework

  • riot

    Get data in and out of Redis (by redis-developer)

    Project mention: Uploading Data from a CSV file | reddit.com/r/redis | 2023-02-22

    Hi there - take a look at RIOT which might be helpful... https://github.com/redis-developer/riot

  • springbootmicroservicedailybuffer

    Spring Cloud Example (API Gateway, Zipkin, Redis, Authentication, Config Server, Docker, Kubernetes )

    Project mention: Spring Cloud in Kubernetes - Caused by: java.sql.SQLException: Access denied for user Issue (Mysql deployment yaml file) | reddit.com/r/kubernetes | 2023-02-02
  • redis-streams-in-action

    Go, Rust, Java services to showcase Redis Streams and RediSearch in action

  • rqueue-task-exector

    Rqueue Task Executor Sample app

  • Redis-Hibernate2ndLevelCache-SpringBoot

    Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA

  • redis-timeseries-kafka

    Process time series data with Redis and Kafka

  • SMLLR

    This web app not only allows you to make your lengthy URL smaller but also allows you to share your documents in well formatted manner.

  • RedIsland

    A free open-source Redis GUI management tool with a Lua script editor.

    Project mention: RedIsland: A free open-source Redis GUI management tool with a Lua script editor. | reddit.com/r/redis | 2022-10-11
  • spring-chat-api

    Chat in Java Spring with Websockets and Redis

  • ObbyLang

    A platform to run JavaScript on Minecraft and other platforms. Provides tooling for faster content development.

  • mysql-kafka-redis-integration

    Real-Time search use case: Powered by MySQL, Kafka and RediSearch on Azure

  • ONLYOFFICE

    ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-04-08.

Java Redis related posts

Index

What are some of the best open-source Redi projects in Java? This list will help you:

Project Stars
1 JavaGuide 134,005
2 advanced-java 70,172
3 Redisson 21,193
4 eladmin 19,765
5 springboot-learning-example 15,455
6 Jedis 11,106
7 lettuce-core 5,005
8 SuperMarket 1,825
9 spring-data-redis 1,585
10 testcontainers-spring-boot 766
11 jimmer 311
12 Rqueue 250
13 riot 160
14 springbootmicroservicedailybuffer 37
15 redis-streams-in-action 35
16 rqueue-task-exector 25
17 Redis-Hibernate2ndLevelCache-SpringBoot 9
18 redis-timeseries-kafka 8
19 SMLLR 8
20 RedIsland 6
21 spring-chat-api 6
22 ObbyLang 5
23 mysql-kafka-redis-integration 2
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
codium.ai