Nodejs express app with socket.io and redis store for sessions -- why more than 1 connection to Redis

I have an express app (express.io specifically -- a repo that combines express and socket.io for convenience) that uses Redis for session storage.

On my development machine, when I start my app it seems to make multiple (7) connections to Redis. Why is this?

enter image description here

UPDATE: This is the output I see from redis-cli MONITOR enter image description here