[][src]Module mini_redis::cmd

Structs

Get

Get the value of key.

Publish

Posts a message to the given channel.

Set

Set key to hold the string value.

Subscribe

Subscribes the client to one or more channels.

Unknown

Represents an "unknown" command. This is not a real Redis command.

Unsubscribe

Unsubscribes the client from one or more channels.

Enums

Command

Enumeration of supported Redis commands.