관리 메뉴

피터의 개발이야기

[Redis] Redis Client 툴, AnotherRedisDesktopManager 본문

DevOps/Redis&Redict

[Redis] Redis Client 툴, AnotherRedisDesktopManager

기록하는 백앤드개발자 2023. 7. 11. 07:44
반응형

ㅁ 개요

 ㅇ Redis 정보를 확인하기 위하여 Redis Client가 필요하였다. 

 ㅇ 예전에는 Redis Desktop을 사용하였는데, 이 툴은 불편한 점이 있었다.

 

ㅁ Redis Desktop의 단점

 내가 사용한 Redis Desktop Manager의 버젼의 특성이닞 모르겠지만, 레디스 키를 조회할 때에 HashTable의 경우 10000개의 데이터를 한번에 불러오고 있었다. 그래서 실제로 운영의 포퍼먼스에 영향을 두었다.

 

 

ㅁ Another Redis Desktop Manager 설치방법

 이곳으로 이동하면 다음과 같은 설치 설명을 확인 할 수 있다.

 

$ brew install --cask another-redis-desktop-manager

 ㅇ brew로 설치 하면 간단하게 설치할 수 있다.

 

 

ㅁ Redis 설치

 ㅇ Redis는 minikube 환경에서 이미 설치되어 있었다.
 ㅇ 설치과정은 이곳에 정리하였다.

 

 

ㅁ Another Redis Desktop Manager 실행

 ㅇ 초기에 보안 설정이 필요하다.

 

 ㅇ 시스템 설정 > 개인정보 보호 및 보안에서 "확인 없이 열기"를 클릭한다.

 

 

ㅇ 초기 화면에서는 Redis의 시스템 정보를 확인할 수 있다.

 

  ㅇ test라는 New Key를 생성하였다. 

 

 

 ㅇ Redis 조회 시 페이징 처리를 설정할 수 있다.

 ㅇ 기본은 500개로 세팅되어 있다.

 

 

ㅁ 함께 보면 좋은 사이트

https://github.com/qishibo/AnotherRedisDesktopManager

 

GitHub - qishibo/AnotherRedisDesktopManager: 🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], co

🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys. - GitHub - qishibo/Anothe...

github.com

반응형
Comments