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

Method build_args

redis/commands/search/aggregation.py:13–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.count = count
12
13 def build_args(self):
14 if self.count:
15 return ["LIMIT", str(self.offset), str(self.count)]
16 else:
17 return []
18
19
20class Reducer:

Callers 6

limitMethod · 0.95
hybrid_searchMethod · 0.45
aggregateMethod · 0.45
profileMethod · 0.45
hybrid_searchMethod · 0.45
aggregateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected