tidwall / redcon

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

Possible to write this for other data structure? #15

Closed unisqu closed 6 years ago

unisqu commented 6 years ago

Is writing hset and list possible?

tidwall commented 6 years ago

Sorry for delayed response. Yes a function by any name is possible, including one with the same name as what Redis uses. You'll need to code what that function does though.