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

Method _append_empty

redis/commands/timeseries/commands.py:1572–1575  ·  view source on GitHub ↗

Append EMPTY property to params.

(params: list[EncodableT], empty: bool | None)

Source from the content-addressed store, hash-verified

1570
1571 @staticmethod
1572 def _append_empty(params: list[EncodableT], empty: bool | None):
1573 """Append EMPTY property to params."""
1574 if empty:
1575 params.append("EMPTY")
1576
1577 @staticmethod
1578 def _append_insertion_filters(

Callers 2

__range_paramsMethod · 0.95
__mrange_paramsMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected