Skip to content

Commit

Permalink
Merge 837e4eb into 4d25340
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Oct 11, 2019
2 parents 4d25340 + 837e4eb commit d69b15c
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 d69b15c

Please sign in to comment.