- redis_current_command(+Redis, ?Command) is nondet
- redis_current_command(+Redis, ?Command, -Properties) is nondet
- True when Command has Properties. Fails if Command is not defined.
The redis_current_command/3 version returns the command argument
specification. See Redis documentation for an explanation.