目录1 背景2 详细步骤2.1 本地docker启动Redis2.2 shell批量导出脚本3 附录总结1 背景
I am migrating some C++ code from structures to classes. I was using structures mainly for bit-field optimizations which I do not need any more (I am more worried about speed than saving space now).