1.0.3 • Published 2 years ago

redis-client-list v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

node CLI for getting unique IP of all connected Clients

Usage

npx redis-client-list -h localhost -p 6379

Output per connection type:

normal [
'1.1.1.3',   '1.1.1.4',
'1.1.1.5',
]
multi commands executed 10
pubsub [ '1.1.1.2' ]
multi commands executed 0
master [ '1.1.1.1']
multi commands executed 0
1.0.3

2 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago