nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.
http://www.nkrode.com/article/real-time-dashboard-for-redis
MIT License
3.07k stars 644 forks source link

Example multi-server config is invalid JSON #52

Closed kjoconnor closed 11 years ago

kjoconnor commented 11 years ago

According to jsonlint.org, https://gist.github.com/kumarnitin/5695669 is invalid JSON:

Parse error on line 14:
...    },            ],    "DataStoreTyp
---------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
kumarnitin commented 11 years ago

Thnx, there was a trailing comma. Fixed.