nalgeon / redka

Redis re-implemented with SQLite
BSD 3-Clause "New" or "Revised" License
3.24k stars 87 forks source link

feat: support ping command #18

Closed yinzhidong closed 2 months ago

yinzhidong commented 2 months ago

support tiny-rdm client connect redka. this client connect send ping command.

nalgeon commented 2 months ago

Thank you! It does not even compile though.

yinzhidong commented 2 months ago

Thank you! It does not even compile though.

Yes, I found that the action did not pass, so I refined the ping_test.go test file.

nalgeon commented 2 months ago

Sorry, maybe I wasn't clear before. I will not accept a PR that does not even compile. Please build and test everything locally and submit the PR when it works.