We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b79f7 commit ee92ecaCopy full SHA for ee92eca
README.md
@@ -1,5 +1,7 @@
1
# redis-rs
2
3
+<img src="https://travis-ci.org/mitsuhiko/redis-rs.svg" style="float: right">
4
+
5
Redis-rs is a high level redis library for rust. It provides convenient access
6
to all redis functionality through a very flexible but low-level API. It
7
uses a customizable type conversion trait so that any operation can return
0 commit comments