6 ms·
Yes. As a general comment: the component-based architecture lends itself well to adding additional protocols on top. The community has added a Redis protocol o
by morgo 8y ago
Yes. As a general comment: the component-based architecture lends itself well to adding additional protocols on top.
The community has added a Redis protocol on top of TiKV with Titan:
https://medium.com/@shafreeck/titan-a-distributed-redis-protocol-compatible-nosql-database-4379a1307661 https://medium.com/@shafreeck/titan-a-distributed-redis-prot...
I expect to see more, including native language drivers directly to TiKV.