pelikan icon indicating copy to clipboard operation
pelikan copied to clipboard

Can the redis protocol be used?

Open itachizhu opened this issue 1 year ago • 4 comments

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.

itachizhu avatar Jun 12 '23 00:06 itachizhu

Please give more details regarding the steps you've tried

ljluestc avatar Jul 17 '23 15:07 ljluestc

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?

itachizhu avatar Aug 03 '23 09:08 itachizhu

there was no native support for the Redis protocol in pelikan_segcache_rs

ljluestc avatar Aug 05 '23 06:08 ljluestc

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

1a1a11a avatar Aug 05 '23 15:08 1a1a11a