반응형 개발/redis1 redis 실행방법 소개 , redis.conf 적용하여 실행, 포트변경 비밀번호 설정 실행방법 정리 가장간단한 redis 서버 실행하는법Redis 서버를 시작하는 가장 간단한 방법은 인수없이 Redis 서버 바이너리를 실행하는 것입니다.$ ./redis-server [28550] 01 Aug 19:29:28 # Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf' [28550] 01 Aug 19:29:28 * Server started, Redis version 2.2.12 [28550] 01 Aug 19:29:28 * The server is now ready to accept connections on port 63.. 2018. 11. 9. 이전 1 다음 반응형