Skip to content

Commit 2b82868

Browse files
committed
wip
1 parent bdb19f5 commit 2b82868

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/run-tests/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ runs:
5858
--ginkgo.skip-file="sentinel_test.go" \
5959
--ginkgo.skip-file="pubsub_test.go" \
6060
--ginkgo.skip-file="gears_commands_test.go" \
61-
--ginkgo.label-filter="!NonRedisEnterprise"
6261
shell: bash

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
go-version: [1.21.x, 1.22.x, 1.23.x]
19+
go-version: [1.22.x, 1.23.x]
2020

2121
steps:
2222
- name: Set up ${{ matrix.go-version }}
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
go-version: [1.21.x, 1.23.x]
45+
go-version: [1.22.x, 1.23.x]
4646

4747
steps:
4848
- name: Set up ${{ matrix.go-version }}

search_commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,6 +2081,7 @@ func (c cmdable) FTTagVals(ctx context.Context, index string, field string) *Str
20812081
return cmd
20822082
}
20832083

2084+
// TODO: remove FTProfile
20842085
// type FTProfileResult struct {
20852086
// Results []interface{}
20862087
// Profile ProfileDetails

0 commit comments

Comments
 (0)