Memcached
Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.
Memcached is simple yet powerful. Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches. Its API is available for most popular languages.
Redis vs Memcached
Redis와 MemCached는 모두 인 메모리, 오픈 소스 데이터 스토어입니다. 고성능 분산 메모리 캐시 서비스인 Memcached는 단순성을 위해 설계된 반면 Redis는 광범위한 사용 사례에 효과적이고 풍부한 기능을 제공합니다. 결정을 내리는 데 도움이 되는 보다 자세한 기능 비교를 확인하려면 보려면 Redis 대 Memcached를 참조하십시오. 이들은 MySQL, Postgres, Aurora, Oracle, SQL Server, DynamoDB 등과 같이 성능을 향상시키기 위한 관계형 또는 키-값 데이터베이스를 이용합니다.
See also
- Redis
- Dragonfly - Redis와 Memcached의 최신 대체제
- cachegrand - 최신 하드웨어에 잘 맞는 오픈소스 키-밸류 스토어
- KV.js - JS를 위한 고급 인메모리 캐슁 모듈
- Keyv - Simple key-value storage with support for multiple backends