tidwall / redcon

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

Great software! Any plans to support hash and z set types? #20

Closed unisqu closed 5 years ago

unisqu commented 5 years ago

Great software! Any plans to support hash and z set types?

tidwall commented 5 years ago

Thanks. No, Redcon only provides a generic framework for setting up a server using the Redis protocol. There are no built-in commands. All commands must be custom added to the application importing Redcon.