티스토리 뷰

공부

[Redis] Basic

승가비 2022. 4. 24. 06:52
728x90
brew install redis

brew services start redis
brew services stop redis
brew services restart redis

redis-cli


set key value
keys *
get key
del key
rename key newKey

https://wlswoo.tistory.com/44

 

[Redis] Redis 설치 및 간단한 사용 방법 (Mac)

Redis는 Remote Dictionary Server의 약자로 key: value 로 값을 저장하는 NoSQL입니다. 인-메모리(In-Memory) 데이터베이스로 메모리에 데이터가 저장됩니다. 싱글 쓰레드로 Atomic 합니다. Redis 설치 Brew 설치..

wlswoo.tistory.com

 

728x90
댓글