Warning: Treating redis as a formula. For the cask, use homebrew/cask/redis ==> Downloading https://homebrew.bintray.com/bottles/redis-6.0.9.catalina.bottle.tar.gz ==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/673b1485f012e3c9a509c913d175e18451ddab50eca0 ######################################################################## 100.0% ==> Pouring redis-6.0.9.catalina.bottle.tar.gz ==> Caveats To have launchd start redis now and restart at login: brew services start redis Or, if you don't want/need a background service you can just run: redis-server /usr/local/etc/redis.conf ==> Summary 🍺 /usr/local/Cellar/redis/6.0.9: 13 files, 3.9MB
다음과 같이 명령어를 진행하면 Redis설치가 진행됩니다. 아직 Homebrew가 없으신분들은 반드시 설치를 하셔야합니다.
10529:C 31 Jan 2021 01:08:11.335 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 10529:C 31 Jan 2021 01:08:11.335 # Redis version=6.0.9, bits=64, commit=00000000, modified=0, pid=10529, just started 10529:C 31 Jan 2021 01:08:11.335 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 10529:M 31 Jan 2021 01:08:11.337 * Increased maximum number of open files to 10032 (it was originally set to 256). _._ _.-``__ ''-._ _.-`` `. `_. ''-._ Redis 6.0.9 (00000000/0) 64 bit .-`` .-```. ```\/ _.,_ ''-._ ( ' , .-` | `, ) Running in standalone mode |`-._`-...-` __...-.``-._|'` _.-'| Port: ---- | `-._ `._ / _.-' | PID: ---- `-._ `-._ `-./ _.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | http://redis.io `-._ `-._`-.__.-'_.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | `-._ `-._`-.__.-'_.-' _.-' `-._ `-.__.-' _.-' `-._ _.-' `-.__.-'
10529:M 31 Jan 2021 01:08:11.338 # Server initialized 10529:M 31 Jan 2021 01:08:11.338 * Loading RDB produced by version 6.0.9 10529:M 31 Jan 2021 01:08:11.338 * RDB age 64 seconds 10529:M 31 Jan 2021 01:08:11.338 * RDB memory usage when created 0.96 Mb 10529:M 31 Jan 2021 01:08:11.338 * DB loaded from disk: 0.000 seconds 10529:M 31 Jan 2021 01:08:11.338 * Ready to accept connections redis-cli ^C10529:signal-handler (1612022976) Received SIGINT scheduling shutdown... 10529:M 31 Jan 2021 01:09:36.132 # User requested shutdown... 10529:M 31 Jan 2021 01:09:36.132 * Saving the final RDB snapshot before exiting. 10529:M 31 Jan 2021 01:09:36.135 * DB saved on disk 10529:M 31 Jan 2021 01:09:36.135 # Redis is now ready to exit, bye bye...
다음과같은 하드디스크같은 그림이 뜨면서 Redis가 정상적으로 동작한것을 확인할 수 있습니다.