diff --git a/readme.md b/readme.md index 1114f64..fdac5b5 100644 --- a/readme.md +++ b/readme.md @@ -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) diff --git a/src/redis/pod.fandoc b/src/redis/pod.fandoc index 4bc7f2d..b042ee8 100644 --- a/src/redis/pod.fandoc +++ b/src/redis/pod.fandoc @@ -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)