redis cli

· redis
redis는 인메모리 기반의 데이터 저장소로 디스크가 아닌 메모리에 저장되므로 rdbms보다 훨씬 빠른 db이다 keyvalue 형식으로 돼있으며 대규모 트래픽 처리에 유용하게 쓰인다.redis 또한 sql과 마찬가지로 기본 구문에 대소문자 구별을 안 한다아래 링크로 들어가서 redis윈도우 버전을 설치하면 된다https://github.com/microsoftarchive/redis/releases Releases · microsoftarchive/redisRedis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings..
san2222
'redis cli' 태그의 글 목록