# KV.js - JS를 위한 고급 인메모리 캐슁 모듈

> Clean Markdown view of GeekNews topic #9071. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9071](https://news.hada.io/topic?id=9071)
- GeekNews Markdown: [https://news.hada.io/topic/9071.md](https://news.hada.io/topic/9071.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-04-29T10:03:02+09:00
- Updated: 2023-04-29T10:03:02+09:00
- Original source: [github.com/HeyPuter](https://github.com/HeyPuter/kv.js)
- Points: 13
- Comments: 1

## Topic Body

- Redis/Memcached 가 부담스러울 때 사용 가능한 JavaScript로 작성된 빠른 인메모리 데이터 스토어   
- 멀티 데이터 타입 지원 : 스트링/리스트/셋/정렬 셋/해쉬/Geospatial 인덱스   
- 140개 이상의 함수 지원 : SET, GET, EXPIRE, DEL to INCR, DECR, LPUSH, RPUSH, SADD, SREM, HSET, HGET,..

## Comments



### Comment 15880

- Author: carnoxen
- Created: 2023-05-01T12:48:13+09:00
- Points: 1

https://github.com/WICG/kv-storage  
  
구글에서 실험적으로 출시한 kv storage가 생각나네요
