chrsblck / redisbeat

Redisbeat - elastic beat for Redis monitoring
Apache License 2.0
25 stars 8 forks source link

added support for fetching keys based on a pattern #3

Closed deathping1994 closed 8 years ago

deathping1994 commented 8 years ago

Hey I've added support to export keys from redis based on list of patterns.

Use Case -

I am open to making changes based on suggestions

chrsblck commented 8 years ago

@deathping1994 Thanks for the pull request. Unfortunately I don't think this can be merged, redisbeat is for monitoring Redis itself not external applications via Redis.

deathping1994 commented 8 years ago

@chrsblck Thanks for review, I'd fork it out and create a new Beat then.