dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.96k stars 954 forks source link

chore: add QList class #4078

Closed romange closed 2 weeks ago

romange commented 2 weeks ago

This class will consolidate list functionality across multiple layers, and eventually replace the original quicklist code. Right now we added the skeleton files and defined most of the interface. The implementation is not done yet.