tidwall / redcon

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

hset, list, zlist types implementation in roadmap? when? #29

Closed hiqsociety closed 4 years ago

hiqsociety commented 4 years ago

hset, list, zlist types implementation in roadmap? when?

tidwall commented 4 years ago

These are not on the roadmap. Redcon does not implement any Redis commands. It's only a framework for creating services compatible with the Redis protocol.

hiqsociety commented 4 years ago

ok thx