- 우분투 redis-tools 설치
- 우분투 redis-cli 설치
1 확인[ | ]
Console
Copy
root@zetawiki:~# redis-cli -v
The program 'redis-cli' is currently not installed. You can install it by typing:
apt-get install redis-tools
2 설치[ | ]
Console
Copy
root@zetawiki:~# apt-get install redis-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libc-ares2 libv8-3.14.5
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libjemalloc1
The following NEW packages will be installed:
libjemalloc1 redis-tools
0 upgraded, 2 newly installed, 0 to remove and 84 not upgraded.
Need to get 143 kB of archives.
After this operation, 510 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Console
Copy
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe libjemalloc1 amd64 3.5.1-2 [76.8 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/universe redis-tools amd64 2:2.8.4-2 [65.7 kB]
Fetched 143 kB in 1s (102 kB/s)
Selecting previously unselected package libjemalloc1.
(Reading database ... 81634 files and directories currently installed.)
Preparing to unpack .../libjemalloc1_3.5.1-2_amd64.deb ...
Unpacking libjemalloc1 (3.5.1-2) ...
Selecting previously unselected package redis-tools.
Preparing to unpack .../redis-tools_2%3a2.8.4-2_amd64.deb ...
Unpacking redis-tools (2:2.8.4-2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libjemalloc1 (3.5.1-2) ...
Setting up redis-tools (2:2.8.4-2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
3 확인 2[ | ]
Console
Copy
root@zetawiki:~# redis-cli -v
redis-cli 2.8.4
4 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- Apt-get (2)
우분투 MySQL 설치 ― Qweqwe750우분투 MySQL 설치 ― Jmnote