Redis storage limit

来自WHY42

Redis将所有key-value放在内存中,因此总大小不能超过内存的容量。

Redis includes the redis-benchmark utility that simulates running commands done by N clients at the same time sending M total queries (it is similar to the Apache's ab utility).