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
Answer: D
Explanation: Redis, Memcached, and node-cache are all used to create caching solutions in Node.js.