Versions in this module Expand all Collapse all v0 v0.5.5 Jul 30, 2024 v0.5.4 Jul 30, 2024 v0.5.3 Jul 30, 2024 Changes in this version + const PONG + type Echo struct + func ParseEcho(b redis.BaseCmd) (Echo, error) + func (c Echo) Run(w redis.Writer, _ redis.Redka) (any, error) + type Ping struct + func ParsePing(b redis.BaseCmd) (Ping, error) + func (c Ping) Run(w redis.Writer, _ redis.Redka) (any, error)