diff --git a/README.md b/README.md index 45e68a98..b6bd81d6 100644 --- a/README.md +++ b/README.md @@ -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.