참고
컨테이너 실행 및 레디스 접속
이미지 pull
➜ docker pull redis
컨테이너 실행
➜ docker run …
set <key> <value>
get <key>
del <key [key ...]>
127.0.0.1:6379> set apple 100
OK
127.0.0.1:6379> get apple
"100"
127.0.0.1:6379> del apple …
npm install cypress
또는
npm install cypress --save-dev
./node_modules/.bin/cypress open
문자메시지는 입력 길이에 따라 단문(SMS) / 장문(LMS), 포토 등 멀티미디어가 포함된 메시지(MMS)로 구분
read moreRust-based platform for the Web
SWC is an extensible Rust-based platform for the next generation of fast developer tools. It's used by tools like Next.js, Parcel, and Deno, as well as companies like Vercel, ByteDance, Tencent, Shopify, and more.
SWC can be used for both compilation …
read more$ npm i @tanstack/react-query
# or
$ yarn add @tanstack/react-query
$ npm i @tanstack/react-query-devtools
# or
$ yarn add @tanstack/react-query-devtools