Skip to content

Commit b575153

Browse files
committed
license and readme update
1 parent b4b1a82 commit b575153

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 aah framework Extensions
3+
Copyright (c) 2018 Jeevanandam M., https://myjeeva.com <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# redis-cache-provider
2-
Redis Cache Provider by aah framework
1+
<p align="center">
2+
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
3+
<h2 align="center">Redis Cache Provider by aah framework</h2>
4+
</p>
5+
6+
Currently single node mode is support. Redis cluster support upcoming!
7+
8+
### News
9+
10+
* `v0.1.0` [released](https://github.com/aahframework/redis-cache-provider/releases/latest) and tagged on TBD.
11+
12+
## Installation
13+
14+
```bash
15+
go get -u aahframework.org/cache/redis
16+
```
17+
18+
Visit official website https://aahframework.org to learn more about `aah` framework.

0 commit comments

Comments
 (0)