ukwa / ukwa-heritrix

The UKWA Heritrix3 custom modules and Docker builder.
10 stars 7 forks source link

Add support for Redis-compatible alternatives like KvRocks #78

Open anjackson opened 3 years ago

anjackson commented 3 years ago

KvRocks does not support some newer features (e.g. ZADD LT) so the code needs a degree of breaking down to multiple simpler/older operations.

This could be done via a configuration option that switches between different implementations, allowing compatability with older Redis/subsets.