Redis storage limit:修订间差异
建立內容為「Redis将所有key-value放在内存中,因此总大小不能超过内存的容量。 Redis includes the redis-benchmark utility that simulates running commands…」的新頁面 |
小 Riguz移动页面Redis:存储限制至Redis storage limit,不留重定向 |
||
(没有差异)
|
2023年12月19日 (二) 11:29的最新版本
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).