issues
search
danitseitlin
/
redis-interval-sets
Redis module for creating interval sets, handling them and filtering out relevant sets by number in range.
BSD 3-Clause "New" or "Revised" License
20
stars
2
forks
source link
Add integration testing
#17
Closed
danitseitlin
closed
2 years ago
danitseitlin
commented
3 years ago
is.add
create an iset with 1 set
create an iset with multiple sets
create an iset with 1 set + add more sets to it
is.get
get a non existing iset
get an existent iset
is.del
delete an existent set
delete a non existence set
is.score
filter a score with no sets found
filter a score with 1 set found
filter a score with 3 sets found
is.not_score
filter a score with no sets found
filter a score with 1 set found
filter a score with 3 sets found
is.add
is.get
is.del
is.score
is.not_score