Example #1
0
 private int GetSimilarity(string value, string id)
 {
     return(_redisStorage.HasValueDuplicates(value) ? 1 : 0);
 }