nkrode/RedisLive

Example multi-server config is invalid JSON

kjoconnor opened this issue · 1 comments

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', '{', '['

Thnx, there was a trailing comma. Fixed.