You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Breaking change:** rename `parse_async` to `parse_redis_value_async` for consistency.
5
+
**Fixes and improvements**
6
+
7
+
***Breaking change:** rename `parse_async` to `parse_redis_value_async` for consistency ([ce59cecb](https://github.com/mitsuhiko/redis-rs/commit/ce59cecb830d4217115a4e74e38891e76cf01474)).
8
+
* Run clippy over the entire codebase ([#238](https://github.com/mitsuhiko/redis-rs/pull/238))
9
+
* Make `Script#invoke_async` generic over `aio::ConnectionLike` ([#242](https://github.com/mitsuhiko/redis-rs/pull/242))
10
+
11
+
### BREAKING CHANGES
12
+
13
+
#### Rename `parse_async` to `parse_redis_value_async` for consistency
14
+
15
+
If you used `redis::parse_async` before, you now need to change this to `redis::parse_redis_value_async`
16
+
or import the method under the new name: `use redis::parse_redis_value_async`.
0 commit comments