Lettuce Introduction

Redis 開発者教育
Redis Developer Course
Redis 定期点検/技術支援
Redis Technical Support
Redis エンタープライズサーバ
Redis Enterprise Server

Redis Client for Java

Lettuce(레터스)는 많은 사이트에서 사용되고 있는 Java용 Redis Client 입니다.
Lettuce Jar 파일 받기: search.maven.org에서 lettuce를 검색하세요.
Lettuce Project Github,   문서(Wiki),   Lettuce 공식 홈페이지
이 문서는 Lettuce 버전 4.4.2, 레디스 버전 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를 기반으로 보여집니다.