SELECT: Not implemented. See the explanation in the Thread Safety section below. DEL: 'del' is a reserved keyword in the Python syntax. Therefore redis-py uses 'delete' instead. CONFIG GET|SET: These are implemented separately as config_get or config_set. ...