How could one retrieve various hashes from Redis in Node.js through node-redis? The best way of retrieving various hashes seems to be pipelines but I have not found how to use them in Node.
How could one retrieve various hashes from Redis in Node.js through node-redis ? The
Share
You can achieve that using the
multicommand to queue the hash retrieval commands: