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

Method command

redis/commands/core.py:2575–2579  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2573
2574 @property
2575 def command(self):
2576 cmd = ["BITFIELD", self.key]
2577 for ops in self.operations:
2578 cmd.extend(ops)
2579 return cmd
2580
2581 def execute(self) -> ResponseT:
2582 """

Callers

nothing calls this directly

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected