reredis
reredis copied to clipboard
The implementation of skip list is ugly, try to change it.
I use Rc and Weak to implement the linking in SkipList, which add some unnessisary overhead. It may be better to use Option<*const T> like the LinkedList.
There won't be zset in the first version, so this will be postponed.