Discussed in #2764
Originally posted by shamhub October 18, 2023
Go supports client library to talk to Redis memory as cache. https://github.com/redis/go-redis
but,
I learnt that Redis can also be used as RDBMS or Document DB, as mentioned here
Does Go support client library to talk to Redis as RDBMS database?