Java Redis Bloom Filters : Design for large scale uniqueness verification Sankar Cheppali | December 20, 2020 Many applications has the requirement of making sure that certain user provided fields are unique in the system. For example a web application has to make sure that Read More