Skip to content

Commit

Permalink
Add requirement about callback param
Browse files Browse the repository at this point in the history
- Fixes #898
  • Loading branch information
TimDaub committed Jun 25, 2022
1 parent 1010fad commit bca7607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -451,6 +451,10 @@ and **optional**.
available.
* Optional methods are ones this module does not call at all, but helps
present uniform stores to users.
* The `callback` function parameter may not be truthy at times.
Implementers must consider checking `callback` specifically to invoke it
only when it is defined.


For an example implementation view the [connect-redis](http://github.com/visionmedia/connect-redis) repo.

Expand Down

0 comments on commit bca7607

Please sign in to comment.