-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/chenshi5012/jedis
* 'master' of https://github.com/chenshi5012/jedis: (21 commits) Bump org.json:json from 20230618 to 20231013 (#3586) Fix SORTABLE argument issue in FT.CREATE command (#3584) Linking to Redis resources (#3583) Remove patch version snapshots Make integration and snapshot actions manually triggerable (#3579) Missing piece from #3578 Release minor version snapshots (#3578) Allow getting schema field name (#3576) Fix binary variants of XRANGE and XREAD commands (#3571) Support GEOSHAPE field type in RediSearch (#3561) Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#3565) Bump junixsocket-core to 2.8.1 (#3573) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#3539) Broadcast FUNCTION LOAD command methods (#3557) Encode map in encoded object (#3555) Polish Triggers and functions tests (#3554) Different variable names for json v1 and v2 interfaces (#3553) Fix Search/Gears test regression (#3552) Polish Feature: Triggers and functions commands (#3551) Feature: Triggers and functions commands (#3531) ...
- Loading branch information
Showing
46 changed files
with
2,394 additions
and
553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ on: | |
push: | ||
branches: | ||
- master | ||
- '[0-9].[0-9]' | ||
- '[0-9].x' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.