Skip to content

Commit

Permalink
Trailing spaces removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SadikSunbul committed Feb 3, 2025
1 parent 10e473e commit c00f649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (s *Storage) Keys() ([][]byte, error)
### Installation
Redis is tested on the 2 last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:

> **Note:** You can also use [DragonflyDB](https://dragonflydb.io/) as a Redis replacement.
> **Note:** You can also use [DragonflyDB](https://dragonflydb.io/) as a Redis replacement.
> Since DragonflyDB is fully compatible with the Redis API, you can use it exactly like Redis **without any code changes**.
> [Example](#example-using-dragonflydb)

Expand Down

0 comments on commit c00f649

Please sign in to comment.