microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

Change the contributing guidelines to avoid confussion #530

Open soveran opened 7 years ago

soveran commented 7 years ago

A lot of people send emails to the Redis mailing list regarding issues with this fork. In CONTRIBUTING, there are pointers to the mailing list, and I think it may be better to change those instructions so that people can instead create an issue in this repository. Does it make sense?