0 votes
in NodeJS Essentials by

Which of the following is used to create caching solutions in Node.js?

A) Redis

B) Memcached

C) node-cache

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Redis, Memcached, and node-cache are all used to create caching solutions in Node.js.

...