Lettuce Introduction

레디스 개발자 교육 신청 레디스 정기점검/기술지원
Redis Technical Support
레디스 엔터프라이즈 서버
Redis Enterprise Server

Redis Client for Java

Lettuce(레터스)는 많은 사이트에서 사용되고 있는 Java용 Redis Client 입니다.
Lettuce Jar 파일 받기: search.maven.org에서 lettuce를 검색하세요.
Lettuce Project Github,   문서(Wiki),   Lettuce 공식 홈페이지

Lettuce version
  4.4.2 2017년 11월 16일
  5.1.8 2019년 7월 30일
  5.3.4 2020년 9월 15일
  6.1.3 2021년 6월 22일
  6.1.7 2022년 3월 18일


Lettuce-6.1.7, Redis-7.0.2

Lettuce-6.1.7 설명 페이지 보기
Lettuce jar 파일 받기: lettuce-core-6.1.7.RELEASE-bin.zip

이클립스(eclipse 2022-03) 설정

Main.java

Util.java


Lettuce-4.4.2, Redis-4.0.6

필요한 Jar 파일들

Connection

Redis class를 만들어 아래 source code를 넣는다.   이후에는 Redis.syncCmd.set() 이렇게 사용한다.

  • Lettuce client object 선언
  • Connection string format: password@ip:port/db-no/timeout
  • Connection
  • Ping
  • Close

Lettuce Introduction Strings >>

Email 답글이 올라오면 이메일로 알려드리겠습니다.

혹시 처음이세요?
레디스게이트에는 레디스에 대한 많은 정보가 있습니다.
레디스 소개, 명령어, SQL, 클라이언트, 서버, 센티널, 클러스터 등이 있습니다.
혹시 필요한 정보를 찾기 어려우시면 redisgate@gmail.com로 메일 주세요.
제가 찾아서 알려드리겠습니다.
 
close
IP를 기반으로 보여집니다.