Skip to content

Commit 6178b3c

Browse files
author
Andrew Brookins
committed
Add logo
1 parent 8df9685 commit 6178b3c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
<h1 align="center">Redis OM</h1>
1+
<div align="center">
2+
<br/>
3+
<br/>
4+
<img width="360" src="images/logo.svg" alt="Redis OM" />
5+
<br/>
6+
<br/>
7+
</div>
8+
29
<p align="center">
310
<p align="center">
4-
Objecting mapping, and more, for Redis.
11+
Object mapping, and more, for Redis and .NET
512
</p>
613
</p>
714

@@ -227,7 +234,7 @@ These queries -- and more! -- are possible because **Redis OM manages indexes fo
227234
Querying with this index features a rich expression syntax inspired by the Django ORM, SQLAlchemy, and Peewee. We think you'll enjoy it!
228235

229236
To learn more about how to query with Redis OM, see the [documentation on querying](docs/querying.md).
230-
237+
****
231238
### Embedded Models
232239

233240
Redis OM can store and query **nested models** like any document database, with the speed and power you get from Redis. Let's see how this works.

images/logo.svg

+1
Loading

0 commit comments

Comments
 (0)