From ea3289010cc6a6ed2f7ee68449e227a57323a4c9 Mon Sep 17 00:00:00 2001 From: Alec Embke Date: Thu, 16 Jun 2022 08:43:54 -0700 Subject: [PATCH 1/2] Add fred to Redis clients Fred is a high level Redis client built for Tokio. The repository linked here is the new location, and the old repository can be found [here](https://github.com/azuqua/fred.rs). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96651d0..08857e8 100644 --- a/README.md +++ b/README.md @@ -975,6 +975,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [PickleDB](https://pythonhosted.org/pickleDB/) * [seladb/pickledb-rs](https://github.com/seladb/pickledb-rs) — a lightweight and simple key-value store, heavily inspired by Python's PickleDB. [![build badge](https://api.travis-ci.org/seladb/pickledb-rs.svg?branch=master)](https://travis-ci.org/seladb/pickledb-rs) * Redis [[redis](https://crates.io/keywords/redis)] + * [aembke/fred](https://github.com/aembke/fred.rs) [[fred](https://crates.io/crates/fred)] - A high level async [Redis](https://redis.io/) client for Rust with Tokio. [![CircleCI](https://circleci.com/gh/aembke/fred.rs/tree/main.svg?style=svg)](https://circleci.com/gh/aembke/fred.rs/tree/main) * [redis-rs](https://github.com/redis-rs/redis-rs) — [Redis](https://redis.io/) library in Rust [![Rust](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml) * [RocksDB](https://rocksdb.org/) * [rust-rocksdb/rust-rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) — RocksDB bindings [![RocksDB CI](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml) From 1ccd5edc607759394af0ff97775f3e3427c79af8 Mon Sep 17 00:00:00 2001 From: Alec Embke Date: Thu, 16 Jun 2022 09:03:08 -0700 Subject: [PATCH 2/2] Update README.md Manually follow the 301 from the CI badge to fix linting checks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08857e8..14aef54 100644 --- a/README.md +++ b/README.md @@ -975,7 +975,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [PickleDB](https://pythonhosted.org/pickleDB/) * [seladb/pickledb-rs](https://github.com/seladb/pickledb-rs) — a lightweight and simple key-value store, heavily inspired by Python's PickleDB. [![build badge](https://api.travis-ci.org/seladb/pickledb-rs.svg?branch=master)](https://travis-ci.org/seladb/pickledb-rs) * Redis [[redis](https://crates.io/keywords/redis)] - * [aembke/fred](https://github.com/aembke/fred.rs) [[fred](https://crates.io/crates/fred)] - A high level async [Redis](https://redis.io/) client for Rust with Tokio. [![CircleCI](https://circleci.com/gh/aembke/fred.rs/tree/main.svg?style=svg)](https://circleci.com/gh/aembke/fred.rs/tree/main) + * [aembke/fred](https://github.com/aembke/fred.rs) [[fred](https://crates.io/crates/fred)] - A high level async [Redis](https://redis.io/) client for Rust with Tokio. [![CircleCI](https://circleci.com/gh/aembke/fred.rs/tree/main.svg?style=svg)]([https://circleci.com/gh/aembke/fred.rs/tree/main](https://app.circleci.com/pipelines/github/aembke/fred.rs?branch=main)) * [redis-rs](https://github.com/redis-rs/redis-rs) — [Redis](https://redis.io/) library in Rust [![Rust](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml) * [RocksDB](https://rocksdb.org/) * [rust-rocksdb/rust-rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) — RocksDB bindings [![RocksDB CI](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml)