issues
search
Baqend
/
Orestes-Bloomfilter
Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
Other
843
stars
245
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix README formatting
#70
rluvaton
closed
3 months ago
0
allow control over which byte[] to hash to avoid unnecessary allocation + copy operations
#69
talwgx
opened
1 year ago
0
Synchronized on contains/add necessary for BloomFilterMemory?
#68
artpar
opened
1 year ago
0
If there is any shortage of memory, CountingBloomFilterRedis will be cleared?
#67
GoogleQian
closed
10 months ago
2
NullPointerException in CountingBloomFilterRedis
#66
allenlipeng47
opened
2 years ago
0
Fix broken link to Broder Mitzenmacher paper in README
#65
davidhfriedman
opened
2 years ago
0
How to set redis bloom filter expire,is redis key Expire command?
#64
lxycomeon
opened
2 years ago
0
How to load json serialized filter to Redis backed filter
#63
luda171
opened
3 years ago
0
Error when building with gradle
#62
zachanon
closed
3 years ago
4
Error while reading from redis slave
#61
Krittam
opened
4 years ago
1
Replace Jedis with a non-blocking IO Redis client
#60
feliperazeek
opened
4 years ago
0
JCenter requires https now, depedency won’t resolve with http
#59
feliperazeek
opened
4 years ago
0
How to calculate the redis memory usage of CountingBloomFilterRedis
#58
techzhou
opened
5 years ago
1
redis auth
#57
kc-co9
opened
5 years ago
4
mvn could not resolve dependency anymore
#56
Outer2g
opened
5 years ago
1
Use Github native anchoring feature
#55
torbjornvatn
closed
4 years ago
0
Support redis cluster mode?
#54
Jaskey
opened
6 years ago
4
Implement union for CountingBloomFilterMemory. Partial fix for #26.
#53
cw124
opened
6 years ago
0
Bloom Filter doesn't support more than 2 billion elements
#52
dirisala-gopal
opened
6 years ago
0
Revert "Small README cleanup."
#51
DivineTraube
closed
7 years ago
0
Small README cleanup.
#50
indyaah
closed
7 years ago
2
question
#49
publicocean0
opened
7 years ago
0
how could I use 512M of Redis memory?
#48
zwleagle
opened
7 years ago
0
how to remove a bloomfilter instance in a redis cluster
#47
itismewxg
opened
7 years ago
1
Fix broken url to "Better Bloom Filter" paper
#46
andrelaszlo
closed
7 years ago
0
The markdown format of README is wrong
#45
carlosfu
opened
7 years ago
0
Incorrect equals implementation in CountingBloomFilter*
#44
Elinow
opened
7 years ago
0
CountingBloomFilterRedis#remove() destroying the Redis Pool
#43
edrabc
opened
7 years ago
1
Allow customization via inheritance of redis pool
#42
edrabc
closed
7 years ago
1
Addressing 'NumberFormatException: Null' in CountingBloomFilterRedis …
#41
JPercivall
closed
7 years ago
1
"NumberFormatException: null" When "CountingBloomFilter.getEstimatedCount" is called before an "add"
#40
JPercivall
closed
7 years ago
10
Sentinel support
#39
ChrisCurtin
closed
7 years ago
1
Added support for SSL configuration
#38
haydentherapper
closed
8 years ago
1
Minor fixes
#37
ebekebe
closed
8 years ago
0
add ttl from init for the Redis-backed Bloom filter
#36
avihaim
closed
8 years ago
1
Question: How to implement this as a standalone server
#35
mezuqu
closed
8 years ago
1
adding support or hash function : xxhash
#34
mezuqu
closed
8 years ago
3
Fix class name typo
#33
casidiablo
closed
8 years ago
1
Pushing local filters to redis
#32
mcorner
closed
7 years ago
2
Typos and spelling
#31
casidiablo
closed
8 years ago
1
jedis pool
#30
So-Far-So-Good
closed
7 years ago
7
build a redis-bloom-filter from a json is not supported
#29
hqw19881118
closed
8 years ago
1
Remote Redis filters with shared pools change to 'localhost' if they already exist
#28
ChrisCurtin
closed
8 years ago
1
Provide a shared Redis Pool to a Bloom Filter?
#27
ChrisCurtin
closed
8 years ago
4
Memory Bloom filter: TODO "union", "intersect", and "clone config"
#26
rogerdielrton
opened
8 years ago
3
In "BloomFilter" interface, "union" and "intersect" methods returns "false"
#25
rogerdielrton
closed
8 years ago
1
how can i use jdk 1.7 run
#24
dragontree101
closed
8 years ago
1
ambiguous reference of byte[] in countingbloomfilter
#23
lwhite1
closed
9 years ago
1
cannot install with maven
#22
vspinu
closed
9 years ago
1
Add Redis authentication.
#21
guillermo-simplex
closed
9 years ago
2
Next