You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.