Skip to content

Commit 698466f

Browse files
test filter
1 parent 3aaaaa1 commit 698466f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

redis/commands/search/aggregation.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,6 @@ def cursor(self, count=0, max_idle=0.0):
345345
self._cursor = args
346346
return self
347347

348-
def _limit_2_args(self, limit):
349-
if limit[1]:
350-
return ["LIMIT"] + [str(x) for x in limit]
351-
else:
352-
return []
353-
354348
def build_args(self):
355349
# @foo:bar ...
356350
ret = [self._query]

0 commit comments

Comments
 (0)