결론만 적어 보자면... wsl 우분투의 apt-get 이 참조하는 저장소에서 이전 버전의 정보만 반환하고 있는 것일 수 있으므로..

 

redis.io 가이드를 참고해 최신 버전의 저장소 정보를 추가해 준뒤 재설치 해야함..

 

https://redis.io/docs/getting-started/installation/install-redis-on-linux/

 

Install Redis on Linux

How to install Redis on Linux

redis.io

 

개발환경에서 cli 툴을 사용하지 않고 redis-server 만 필요한 경우 위 가이드의 설치 부분을 아래와 같이 대체 할 수 있음.

sudo apt-get install redis-server

 

그리고, 개발 환경에서 사용 할 만한 프로그램은 아래 주소에서 받아서 사용하면 좋음 (윈도우, 리눅스, 맥 지원.. 간단한 형식의 MsgPack 읽고 쓰는게 가능..)

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. - GitHub - qishibo/AnotherRedisDesktopManager: 🚀🚀🚀A faster, better and more stable Redis...

github.com

 

예전에 사용했던 Redis Desktop Manager의 경우에는 현재 유료화 된것 같다.. 

Posted by ngcbbs
,