Hi,
I need to create new user(s) for Redis cluster but API documentation states that “User management is not supported for Redis clusters.”.
It is also not possible to create user via doctl.
test@testubuntu:~$ doctl databases user create ***** testuser
Error: POST https://api.digitalocean.com/v2/databases/***/users: 422 (request "***") operation is not supported for this cluster type
Why is it not possible to create a new user in Redis where it is possible in PostgreSQL, MySQL, etc… ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!