I want to use redis on an Embedded system which has an ARMv5 SoC and 128M memory, but i have no idea about Redis's performance and memory footprint. Does anyone have some experiences on this?
Thanks.
-woody
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
Redis can run on ARM, and the bare memory consumption should be under 1MB.Now it just depends on what you're planning to do with it...
8000 * 84600 * (2 + 4 + 8 + 1) byte = 10368000000 byte = 10.37 GB.
No, this will not fit into 128M of memory.