Google News
logo
Koa.js - Quiz(MCQ)
Suppose you want to use Redis in koa.js then which of the following library you will use?
A)
R
B)
Redis
C)
ioredis
D)
Redisdb

Correct Answer :   ioredis


Explanation : ioredis library is used if we want to use Redis in koa.js.

Advertisement