MCPcopy
hub / github.com/redis/redis-py / append_error

Method append_error

redis/commands/bf/__init__.py:34–37  ·  view source on GitHub ↗

Append ERROR to params.

(params, error)

Source from the content-addressed store, hash-verified

32
33 @staticmethod
34 def append_error(params, error):
35 """Append ERROR to params."""
36 if error is not None:
37 params.extend(["ERROR", error])
38
39 @staticmethod
40 def append_capacity(params, capacity):

Callers 1

insertMethod · 0.80

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected