tidwall / redcon

Redis compatible server framework for Go
MIT License
2.16k stars 159 forks source link

Do u have a redis client version? What's the fastest redis golang client to connect with tidwall redcon? #47

Closed hiqsociety closed 1 year ago

hiqsociety commented 3 years ago

it seems the speed of golang client is now the issue. do u have a redcon redis client to use with this redcon server?

tidwall commented 2 years ago

I personally use redigo. It's fast enough for me.