반응형
docker로 띄운 Redis terminal 접속은 아래 명령어로 가능합니다
docker exec -it redisDB redis-cli
'개발 > 개발의 ㄱ' 카테고리의 다른 글
[NestJs]Instead change the require of index.js in /Users/user/Desktop/url-shorter/dist/url/url.service.js to a dynamic import() which is available in all CommonJS modules. (0) | 2023.07.17 |
---|---|
[자료구조] hash, hash table, mapping table, bloom filter, bit map (0) | 2023.07.13 |
[MongoDb] terminal 명령어 (0) | 2023.07.11 |
[NestJS] MongoDb with Docker (0) | 2023.07.11 |
[Js] ES5 prototype vs ES6 Class (1) | 2023.06.26 |