Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Oct 11, 2019
1 parent 4d25340 commit 837e4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -438,7 +438,7 @@ For an example implementation view the [connect-redis](http://github.com/visionm

**Optional**

This optional method is used to get all sessions in the store as an array. The
This optional method is used to get all sessions in the store as an array or as an object with type `{[sessionId]: sessionObject}`. The
`callback` should be called as `callback(error, sessions)`.

### store.destroy(sid, callback)
Expand Down

0 comments on commit 837e4eb

Please sign in to comment.