vert-x3 / vertx-ignite

Apache License 2.0
35 stars 28 forks source link

Implement replace and replaceIfPresent with TTL #113

Closed zyclonite closed 3 years ago

zyclonite commented 3 years ago

Motivation:

Implement the new methods from https://github.com/eclipse-vertx/vert.x/pull/3744 for Ignite

tsegismont commented 3 years ago

LGTM, thanks @zyclonite

Waiting for the Vert.x core PR to be merged and test suite passing before merging.

tsegismont commented 3 years ago

@zyclonite can you please rebase?

zyclonite commented 3 years ago

@tsegismont on it

tsegismont commented 3 years ago

@zyclonite CI is green, please go ahead and merge