1.0.3 • Published 12 months ago

redis-client-list v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago