Home »
MCQs »
Koa.js MCQs
Suppose you want to use Redis in koa.js then which of the following library you will use?
38. Suppose you want to use Redis in koa.js then which of the following library you will use?
- R
- Redis
- Redisdb
- ioredis
Answer: D) ioredis
Explanation:
ioredis library is used if we want to use Redis in koa.js.