Skip to content

Commit 9d38921

Browse files
authored
Clarify Redis and KeyDB objects
1 parent 66eaa3e commit 9d38921

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ We then register this function with the server so that it will be directly calla
2727

2828
keydb.register(concat);
2929

30+
*Note: The redis and keydb objects may be used interchangebly.*
31+
3032
To run this script on startup simply add the path as a module parameter, e.g. ``loadmodule /path/to/modjs.so /path/to/startup.js``
3133

3234
We may now use this command from any client. E.g.:

0 commit comments

Comments
 (0)