Skip to content

Commit

Permalink
Update docs for Redis -> RedisClient
Browse files Browse the repository at this point in the history
  • Loading branch information
afrankvt committed Jan 8, 2024
1 parent ead928d commit 75194a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Native [Fantom](https://fantom.org) API for [Redis](https://redis.io).
Usage:

```fantom
r := Redis.open("localhost")
r := RedisClient("localhost")
// get/set/del conveniences
r.set("foo", 5)
Expand Down
2 changes: 1 addition & 1 deletion src/redis/pod.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Native [Fantom]`https://fantom.org` API for [Redis]`https://redis.io`.

Usage:

r := Redis.open("localhost")
r := RedisClient("localhost")

// get/set/del conveniences
r.set("foo", 5)
Expand Down

0 comments on commit 75194a5

Please sign in to comment.