0 votes
in NodeJS Essentials by

 Which of the following is used to interact with Redis in Node.js?

A) redis

B) sequelize

C) knex

D) all of the above

1 Answer

0 votes
by

Answer: A

Explanation: redis is used to interact with Redis in Node.js.

...