zlacker

[parent] [thread] 0 comments
1. welder+(OP)[view] [source] 2022-09-07 21:42:32
> Or wanting to shift the architecture entirely to avoid using memory-bound Redis as a queue with an overflow risk.

I wanted to use SSDB[1] instead of Redis for that reason, but it doesn't support the necessary data structures.

[1] https://github.com/ideawu/ssdb

[go to top]