Skip to content

feat: redis service implement #679

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

Merged
merged 14 commits into from
Sep 15, 2022
Merged

Conversation

ClSlaid
Copy link
Contributor

@ClSlaid ClSlaid commented Sep 14, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

This PR tries implementing asynchronous API of the Redis service.

@ClSlaid ClSlaid marked this pull request as draft September 14, 2022 08:16
@ClSlaid ClSlaid requested a review from Xuanwo September 14, 2022 08:16
@ClSlaid ClSlaid marked this pull request as ready for review September 15, 2022 12:49
@ClSlaid ClSlaid requested a review from Xuanwo September 15, 2022 12:49
@Xuanwo
Copy link
Member

Xuanwo commented Sep 15, 2022

error[E0432]: unresolved import `opendal::services::redis`
  --> examples/redis.rs:21:5
   |
21 | use opendal::services::redis;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `redis` in `services`

error[E0432]: unresolved import `opendal::services::redis`
  --> examples/redis.rs:22:24
   |
22 | use opendal::services::redis::Builder;
   |                        ^^^^^ could not find `redis` in `services`

To use features in example, we need:

https://github.com/datafuselabs/opendal/blob/36ebc48bff69347ccdd7a63ff9b39f1be035a09a/Cargo.toml#L62-L64

@Xuanwo Xuanwo merged commit d405974 into apache:main Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants