Redis - How to completely flush/clear memory after a flushdb? -


after doing several flushdb on redis database, wonder how flush/clear memory use ?

indeed, made tests :

  • watching memory htop -> 800 mo used
  • fill in redis database -> goes 1500 mo used
  • flushing database => memory use stay @ 1500 mo...

any ideas ? thanks

try using flushall


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -