dynamodb-lock-client-golang icon indicating copy to clipboard operation
dynamodb-lock-client-golang copied to clipboard

Use consistent reads

Open sveniu opened this issue 5 years ago • 1 comments

I've probably missed out on something, but it seems that dynamodb-lock-client-golang isn't using consistent reads. This changes introduces consistent reads.

For reference, the original Java dynamodb-lock-client has used consistent reads since its very first commit.

sveniu avatar Jan 24 '19 10:01 sveniu

Pull Request Test Coverage Report for Build 3

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 93.382%

Totals Coverage Status
Change from base Build 1: 0.05%
Covered Lines: 127
Relevant Lines: 136

💛 - Coveralls

coveralls avatar Jan 24 '19 10:01 coveralls