Quantcast
Channel: Active questions tagged redis+ruby-on-rails - Stack Overflow
Viewing all articles
Browse latest Browse all 873

How to evaluate memory footprint of redis key-value in rails app?

$
0
0

I want to store some users' info to redis for each user. Data type is used key-value.

For example:

$redis.set("user_info:12345", #{some data})

Is there any way to evaluate memory footprint?

I think redis key and value all will consume the memory, how to know how much memory consumed?


Viewing all articles
Browse latest Browse all 873

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>