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

Time complexity of commands #22

Closed taras-zak closed 2 years ago

taras-zak commented 3 years ago

Hi, usefull module. Will be great have documented time complexity of commands like in original redis documentation.

danitseitlin commented 3 years ago

@taras-zak Hi, thanks for the suggestion. I will try to get to it ASAP.