Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
class
Reducer:
Callers
6
limit
Method · 0.95
hybrid_search
Method · 0.45
aggregate
Method · 0.45
profile
Method · 0.45
hybrid_search
Method · 0.45
aggregate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected