basic-redis-chat-demo-go icon indicating copy to clipboard operation
basic-redis-chat-demo-go copied to clipboard

A Basic redis chat demo app written in Go language

Results 4 basic-redis-chat-demo-go issues
Sort by recently updated
recently updated
newest added

Tried cloning and running it but I get a bunch of errors. Mainly after running the server and the client, when I access localhost:3000 I click on login (with random...

Hi, I have reviewed the chat app demo and noticed UserAuthorize is calling UserGet using the username although it expects to receive the user's uuid. Did I miss something? Thanks,...

Thanks for this awesome chat app with Redis. I have few questions to understand this application better. 1/ When Redis failovers, can all users be reconnected? 2/ Is there a...

ref: https://www.iana.org/assignments/uri-schemes/prov/redis [URI syntax](https://github.com/lettuce-io/lettuce-core/wiki/Redis-URI-and-connection-details#uri-syntax) Redis Standalone redis :// [[username :] password@] host [:port][/database] Redis Standalone (SSL) rediss :// [[username :] password@] host [: port][/database]