-
Notifications
You must be signed in to change notification settings - Fork 280
Add infra for lettuce examples #875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,8 @@ | |
| "node_redis", | ||
| "redis_py", | ||
| "jedis", | ||
| "lettuce_async", | ||
| "lettuce_reactive", | ||
| "redis_vl" | ||
| ], | ||
| "assets": [], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "id": "lettuce_async", | ||
| "type": "client", | ||
| "name": "lettuce_async", | ||
| "language": "Java", | ||
| "label": "Java Async", | ||
| "repository": { | ||
| "git_uri": "https://github.com/redis/lettuce" | ||
| }, | ||
| "examples": { | ||
| "git_uri": "https://github.com/redis/lettuce", | ||
| "dev_branch": "doctests", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it possible to have the examples folder in the main branch? We've tried to do that with the other client libs so that errors against the latest build can be spotted quickly.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I used the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's excellent, thanks. Great idea :-) |
||
| "path": "src/test/java/io/redis/examples/async", | ||
| "pattern": "*.java" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "id": "lettuce_reactive", | ||
| "type": "client", | ||
| "name": "lettuce_reactive", | ||
| "language": "Java", | ||
| "label": "Java Reactive", | ||
| "repository": { | ||
| "git_uri": "https://github.com/redis/lettuce" | ||
| }, | ||
| "examples": { | ||
| "git_uri": "https://github.com/redis/lettuce", | ||
| "dev_branch": "doctests", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as for async above.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See my reply above. Thanks |
||
| "path": "src/test/java/io/redis/examples/reactive", | ||
| "pattern": "*.java" | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.