Soundlly / Study

0 stars 0 forks source link

Redis #4

Open humbledude opened 7 years ago

humbledude commented 7 years ago

https://redis.io/

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

레디스 진짜 많이 쓰인다.

  1. 레디스가 뭣인가
  2. 왜이렇게 많이 쓰지?
  3. 어디다가 써야 잘 쓰는건가
  4. 성능

이렇게 한번 보겠습니다.

humbledude commented 7 years ago

https://db-engines.com/en/