You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by bbende <gi...@git.apache.org> on 2018/05/21 17:52:08 UTC

[GitHub] nifi issue #2726: NIFI-4987: Added TTL to RedisDistributedMapCacheClientServ...

Github user bbende commented on the issue:

    https://github.com/apache/nifi/pull/2726
  
    @zenfenan the getAndPutIfAbsent method needs to be an atomic operation which is the reason we are using the watch and multi step operation so we can't remove that


---