mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
0bf9581a38
Signed-off-by: Drew DeVault <sir@cmpwn.com> |
||
---|---|---|
.builds | ||
.reuse | ||
deps | ||
LICENSES | ||
src | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Makefile | ||
README.md | ||
redict.conf | ||
runtest | ||
runtest-cluster | ||
runtest-moduleapi | ||
runtest-sentinel | ||
SECURITY.md | ||
sentinel.conf | ||
TLS.md |
Redict
Redict is a distributed key/value store (a remote dictionary, if you will).
Redict is an independent fork of Redis®* OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). Redict is not affiliated with Redis®.
For details on the fork, see the announcement:
Redict is an independent, copyleft fork of Redis®
* Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by the Redict project is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and the Redict project.
Forking in progress...
- Rename binaries
- Update test suite
- Relicense as LGPL-3.0-only
- Update copyright headers
- REUSE for license management
- Rename source files
- Add redict:// protocol support
- Fork Redis modules API
- ABI compatibility with Redis modules
- Rename Lua API symbols (w/compat shim)
- Update test suite to use redict instead of redis
- Update strings
- Update symbols
- Update comments et al
- Update documentation
- Write migration guide
- Create website
- Establish upstream processes
- Contributing instructions
- Code of conduct
- Security issues
- Continuous integration
- Ship a release