Experiment to create a Memcached server which can work with various backends, e.g:
- an AWS DynamoDB backend
- a memory based backend using the LRU-cache module
Clone the repository, run npm i
and then npm start
Change the config in index.js
to your liking.