alternative to memcached that can persist to disk

前端 未结 15 2130
猫巷女王i
猫巷女王i 2020-12-02 07:52

I am currently using memcached with my java app, and overall it\'s working great.

The features of memcached that are most important to me are:

  • it\'s fast,
15条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 08:17

    You could use Tarantool (http://tarantool.org). It is an in-memory database with persistence, master-master replication and scriptable key expiration rules - https://github.com/tarantool/expirationd

提交回复
热议问题