問題タブ [redis-server]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
109 問題
0
投票する
1
に答える
257
参照
memory - redis サーバーですべてのキーのサイズをバイト単位で確認する
redis-server のすべてのキーで使用されているメモリを確認する方法。
オプション始めredis-server
ました。appendonly yes
個々のキーのサイズを確認するには、次のコマンドを使用しています-
redis の既存のすべてのキーのメモリ使用量を取得するにはどうすればよいですか