Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by Ümit ( 11 years ago )
var array = ['elma','portakal','armut'];
for(var i = 0; i<array.length; i++){
client.hgetall(array[i],function(err,obj){
});
}
// Array daki elemanları tek tek redis de hgetall ile cekmek yerıne komple hepsını bi seferde nasıl çekebilirim.
Revise this Paste