1
0
Fork
You've already forked redict
0
forked from redict/redict
A distributed key/value database [repo for my PRs, see upstream for what you should actually use]
  • C 73.3%
  • Tcl 25.3%
  • Python 0.5%
  • Ruby 0.3%
  • Shell 0.3%
  • Other 0.2%
Find a file
Drew DeVault a8fdaa56e5 .builds: disable runtest-sentinel
See redict/redict#21
Signed-off-by: Drew DeVault <sir@cmpwn.com>
2024年03月24日 17:05:55 +01:00
.builds .builds: disable runtest-sentinel 2024年03月24日 17:05:55 +01:00
.reuse all: replace hiredis with hiredict 2024年03月23日 15:19:52 +01:00
deps deps: drop vendored hiredis 2024年03月23日 15:19:52 +01:00
LICENSES all: let's go LGPL over GPL 2024年03月21日 20:11:44 +01:00
src all: another pass on Redis references in src/* 2024年03月23日 16:04:30 +01:00
tests all: let's go LGPL over GPL 2024年03月21日 20:11:44 +01:00
utils utils: s/redis/redict/ 2024年03月24日 15:58:52 +01:00
.editorconfig Add .editorconfig 2024年03月23日 13:44:50 +01:00
.gitattributes Fix commands.c build issue on merge ( #10172 ) 2022年01月25日 12:24:06 +02:00
.gitignore Rename source files and make targets 2024年03月21日 10:49:18 +01:00
CODE_OF_CONDUCT.md Update top-level documentation 2024年03月22日 13:41:12 +01:00
CONTRIBUTING.md Update top-level documentation 2024年03月22日 13:41:12 +01:00
Makefile Fix install target on OSX (see #495 ) 2012年05月15日 11:18:50 +02:00
README.md README.md: remove todo list in favor of open issues 2024年03月22日 19:26:44 +01:00
redict.conf redis.conf -> redict.conf 2024年03月21日 10:41:17 +01:00
runtest all: let's go LGPL over GPL 2024年03月21日 20:11:44 +01:00
runtest-cluster all: let's go LGPL over GPL 2024年03月21日 20:11:44 +01:00
runtest-moduleapi all: let's go LGPL over GPL 2024年03月21日 20:11:44 +01:00
runtest-sentinel all: let's go LGPL over GPL 2024年03月21日 20:11:44 +01:00
SECURITY.md Update top-level documentation 2024年03月22日 13:41:12 +01:00
sentinel.conf sentinel.conf: redis => redict 2024年03月21日 10:43:01 +01:00
TLS.md TLS.md: Redis => Redict 2024年03月22日 13:44:30 +01:00

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...

We're not quite ready to release the first stable version yet. Keep an eye on the priority items on the issue tracker for an idea of our progress.