kache
kache copied to clipboard
kache protocol draft
- [x] simple string
- [x] blob string
- [x] simple error
- [x] blob error
- [x] number
- [x] null
- [x] boolean
- [ ] verbatim string
- [x] double
- [x] big number
- [x] array
- [ ] map
- [x] set
- [ ] push
- [ ] attribute
By seeing redis authors blog he will not remove backward compatibility of resp2 So we need to mainly support RESP and we need to keep RESP3 as experimental
@Chyroc I've implemented a new way handling protocols, we can easily wrap resp3 support out of the box