tidwall / redcon

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

zrange possible? :) #42

Closed hiqsociety closed 3 years ago

hiqsociety commented 3 years ago

it's great software. will be better if you have a roadmap to mention when you think the possibility is to open up all redis compatibility issues.

been using it for awhile now. it's very good.

tidwall commented 3 years ago

It's currently feature complete. It's not meant to replace Redis. It's just a framework for creating Redis compatible services.

tidwall commented 3 years ago

All commands must be created by you. Redcon does not provide any built in commands.