tidwall / redcon

Redis compatible server framework for Go
MIT License
2.19k stars 158 forks source link

How to use this service with tile38 #4

Closed icewukong closed 8 years ago

icewukong commented 8 years ago

Hi,tidwall How to use this service with tile38? Can you give me an example?

tidwall commented 8 years ago

Hi iceukong,

An older version of the Redcon code is already built directly into Tile38. Redcon is just a Redis compatible server component that facilitates the communication with the client.

I based Redcon off of what I wrote for Tile38 and added some performance enhancements. At some point I'll reinsert the new Redcon back into Tile38.

icewukong commented 8 years ago

Oh, I see,thx :)