Comredis v1.0.1 Comredis.Command.DocTest

Module that contains every doctest for commands. They will be included both in the tests and in the documentation for each command function.

Summary

Functions

Function that returns the doctests for the command described with the given canonical_command_name

Functions

tests(canonical_command_name)

Function that returns the doctests for the command described with the given canonical_command_name.

Each command can define a body of this function. By convention, the argument must must be the canonical name of the command.

When no doctest is found, it returns nil.