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 返事がかかってなれば、メールでお知らせします。