nalgeon / redka

Redis re-implemented with SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please implement the `ping` command

jianghoy opened this issue · comments

Today I just found out that redka while having echo doesn't have ping. TBH I can't tell the difference between ping and echo based on the doc, other than echo must take 1 arg but ping can take 0, in which case it returns "PONG". It looks like a low-hanging fruit to me

Oh wait it's in the source code, so turns out the ping commit is merged right after the 0.3.0 release. Guess I'll just have to wait until then.