twitter / pelikan

Pelikan is Twitter's unified cache backend
Apache License 2.0
1.94k stars 175 forks source link

Can the redis protocol be used? #493

Open itachizhu opened 1 year ago

itachizhu commented 1 year ago

How do we use redis cli to connect to pelikan? After I try to connect successfully, I run the get/set command and the operation fails. The service is disconnected.

ljluestc commented 1 year ago

Please give more details regarding the steps you've tried

itachizhu commented 1 year ago

I mean pelikan_segcache_rs is implemented based on a subset of the memcache protocol. Can you add an implementation based on the redis protocol? Or is it supported by both protocols?

ljluestc commented 1 year ago

there was no native support for the Redis protocol in pelikan_segcache_rs

1a1a11a commented 1 year ago

The development of Pelikan has moved to https://github.com/pelikan-io/pelikan @thinkingfish