Answer the question
In order to leave comments, you need to log in
Persistent redis connection in meteor js?
Gentlemen, please tell a newbie on this issue:
I use radish in a meteor, when writing or reading from radish, I constantly create a connection and then close it:
var client = redis.createClient() ;
//тут что то делаю
client.get('someKey', function(err, result){
//....
}) ;
client.quit() ;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question