Regarding Redis max db size

860 views
Skip to first unread message

Rajitha R

unread,
Sep 13, 2011, 5:47:51 AM9/13/11
to Redis DB
Hi All,

I am using redis db for inserting key-value pairs.Right now i am using
only 1 database .My question is how will i know what maximum number of
my key-value pairs can redis database take..?.Will it throw an error
when the database gets filled..?..Does increasing the number of
databases in redis.conf file solve the problem..? or should i be using
redis cluster? What is the difference between incrementing number of
databases and going for a redis-cluster?.In what scenarios are each of
them supposed to be used..?

It would be of great help if someone can explain me this..

Thanks

Rajitha

go canal

unread,
Sep 13, 2011, 8:48:18 AM9/13/11
to redi...@googlegroups.com
the faq says it can handle up to 232 keys

I think we can check the return value to capture the error.
 
thanks,
canal

From: Rajitha R <rajit...@gmail.com>
To: Redis DB <redi...@googlegroups.com>
Sent: Tuesday, September 13, 2011 5:47 PM
Subject: Regarding Redis max db size
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.



Josiah Carlson

unread,
Sep 14, 2011, 1:46:20 PM9/14/11
to redi...@googlegroups.com
Also, generally you will run into issues of total memory use before you run into issues with the number of keys that Redis is holding.

Regards,
 - Josiah

To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages