Yes, you can use Redis in the database for a system that must support multiple simultaneous API calls.
When you implement your API calls using any framework and language that interests you, if your API implementation needs to make a request to Redis, that call will wait for the receive queue for the socket until your request is processed.
- Redis API- , .