kache icon indicating copy to clipboard operation
kache copied to clipboard

kache protocol draft

Open chyroc opened this issue 6 years ago • 2 comments

  • [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

chyroc avatar Aug 26 '18 06:08 chyroc

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

Antirez's note

kasvith avatar Mar 09 '19 14:03 kasvith

@Chyroc I've implemented a new way handling protocols, we can easily wrap resp3 support out of the box

kasvith avatar Mar 23 '19 07:03 kasvith