diff --git a/README.md b/README.md index d62f5c88..12306d36 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There are a number of similar modules: - [moonwalker](https://github.com/tarantool/moonwalker) triggered manually, useful for batch transactions, a performance about 600/700k rec/sec - [expirationd](https://github.com/tarantool/expirationd/issues/53) always -expires tuples without using indices but using any condition, without guarantee +expires tuples with using indices and using any condition, without guarantee for time expiration. - [indexpirationd](https://github.com/moonlibs/indexpiration) always expires tuples with indices, has a nice precision (up to ms) for time to expire. @@ -23,7 +23,7 @@ Table below may help you to choose a proper module for your requirements: | Module | Reaction time | Uses indices | Arbitrary condition | Expiration trigger | |---------------|---------------|--------------|---------------------|------------------------------------| | indexpiration | High (ms) | Yes | No | synchronous (fiber with condition) | -| expirationd | Medium (sec) | No | Yes | synchronous (fiber with condition) | +| expirationd | Medium (sec) | Yes | Yes | synchronous (fiber with condition) | | moonwalker | NA | No | Yes | asynchronous (using crontab etc) | ### Documentation