InterviewSolution
Saved Bookmarks
| 1. |
In Which Language Redis Is Written? |
|
Answer» REDIS is written in ANSI C and mostly used for cache solution and SESSION management. It creates UNIQUE KEYS for store values. Redis is written in ANSI C and mostly used for cache solution and session management. It creates unique keys for store values. |
|