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

Method append_no_scale

redis/commands/bf/__init__.py:52–55  ·  view source on GitHub ↗

Append NONSCALING tag to params.

(params, noScale)

Source from the content-addressed store, hash-verified

50
51 @staticmethod
52 def append_no_scale(params, noScale):
53 """Append NONSCALING tag to params."""
54 if noScale is not None:
55 params.extend(["NONSCALING"])
56
57 @staticmethod
58 def append_weights(params, weights):

Callers 2

createMethod · 0.80
insertMethod · 0.80

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected