Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #81 from launchdarkly/eb/ch20410/extra-update
Browse files Browse the repository at this point in the history
avoid unnecessary retry after Redis update
  • Loading branch information
eli-darkly authored Jul 14, 2018
2 parents 7520d9e + b9e0634 commit cca7d78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ private <T extends VersionedData> void updateItemWithVersioning(VersionedDataKin
if (cache != null) {
cache.invalidate(new CacheKey(kind, newItem.getKey()));
}
return;
} finally {
if (jedis != null) {
jedis.unwatch();
Expand Down

0 comments on commit cca7d78

Please sign in to comment.