Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- r
- network
- reactor
- socket
- reactive
- Lombok
- NoSQL
- Heap
- html
- Elk
- mongodb
- 네트워크
- VCS
- mybatis
- HTTP
- libuv
- spring
- nodejs
- Linux
- effective
- Static
- git
- redis
- 데이터통신
- ajax
- AWS
- cache
- javascript
- github
- Java
Archives
- Today
- Total
목록hyperloglog (1)
빨간색코딩
Redis 기본 개념 (기초, Collection 타입, Expire, Persistence)
참조문서 https://redis.io/documentation https://github.com/antirez/redis https://redislabs.com/redis-enterprise/data-structures/ 명령어 목록 : https://redis.io/commands 1. redis란? redis는 REmote DIctionary Server의 약자이다. C언어로 작성되었다. In-Memory 데이터베이스이며, 다른 제품들(ex. Memcached)과 다르게 다양한 자료구조를 지원한다. String, Bitmap, Hash, List, Set, Sorted Set, Geospatial Index, Hyperloglog, Stream 영속성(Persistence) 보장을 위해 보관과 백업..
database
2020. 6. 25. 22:29