erikdubbelboer/redis-lua-scaling-bloom-filter

Possible typo in README

Closed this issue · 1 comments

Hi, I'm wondering if this line from the README is a typo: "cas.lua does a Check And Set, this will not add the element if it doesn't already exist".

From reviewing the code, it looks like cas.lua will add the element if it doesn't already exist; or, put differently, it will not add the element if it already exists.

Apologies if my understanding is incorrect.

You are right. I have fixed it. Thanks.