Answer the question
In order to leave comments, you need to log in
Multiple Redis databases per host
Is it possible to host multiple separate Redis databases on the same host?
At least, in php drivers there is no way to set a specific database. The use of pseudonyms (there was such an option somewhere on the Internet) does not work - it sounds like weak protection.
Answer the question
In order to leave comments, you need to log in
you can run several radishes - each hang on a separate port - each has its own base
you can keep several databases in radish, by default the client connects to database number 0
in the config, you can set the maximum possible number of databases database
selection with the select command (http://code.google.com/p/redis/wiki/SelectCommand)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question