It is best not to use redis. There is an upper limit on the memory that a single redis node can use, which seems to be 10G. Moreover, it is best to use a relational database with transaction consistency for account balances. MySQL itself can also be optimized a lot. If you feel the pressure is high, you can add caching or separate reading and writing
It is best not to use redis. There is an upper limit on the memory that a single redis node can use, which seems to be 10G. Moreover, it is best to use a relational database with transaction consistency for account balances. MySQL itself can also be optimized a lot. If you feel the pressure is high, you can add caching or separate reading and writing