“分类:Redis”与“Redis storage limit”:页面之间的差异

来自WHY42
(页面间差异)
(建立內容為「<pre> _._ _.-``__ ''-._ _.-`` `…」的新頁面)
 
(建立內容為「Redis将所有key-value放在内存中,因此总大小不能超过内存的容量。 Redis includes the redis-benchmark utility that simulates running commands…」的新頁面)
 
第1行: 第1行:
<pre>
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).
      _.-``    `.  `_.  ''-._          Redis 2.6.7 (00000000/0) 64 bit
 
  .-`` .-```.  ```\/    _.,_ ''-._                                 
 
(   '     ,      .-`  | `,    )     Running in stand alone mode
[[Category:Database]]
|`-._`-...-` __...-.``-._|'` _.-'|    Port: 6379
[[Category:Redis]]
|    `-._  `._    /    _.-'    |    PID: 55757
  `-._    `-._  `-./  _.-'    _.-'                                 
|`-._`-._    `-.__.-'    _.-'_.-'|                                 
|    `-._`-._        _.-'_.-'    |          http://redis.io       
  `-._    `-._`-.__.-'_.-'    _.-'                                 
|`-._`-._    `-.__.-'    _.-'_.-'|                                 
|    `-._`-._        _.-'_.-'    |                                 
  `-._    `-._`-.__.-'_.-'    _.-'                                 
      `-._    `-.__.-'    _.-'                                     
          `-._        _.-'                                         
              `-.__.-'                                 
</pre>

2021年6月28日 (一) 13:12的版本

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).