Go to file
2024-03-21 10:41:17 +01:00
.codespell Bump codespell from 2.2.4 to 2.2.5 (#12557) 2023-09-08 16:10:17 +03:00
.github Change mmap rand bits as a temporary mitigation to resolve asan bug (#13150) 2024-03-17 09:06:51 +02:00
deps Expose lua os.clock() api (#12971) 2024-02-22 11:29:52 +02:00
src Fix dict use-after-free problem in kvs->rehashing (#13154) 2024-03-20 22:44:28 +02:00
tests fix wrong data type conversion in zrangeResultBeginStore (#13148) 2024-03-19 08:52:55 +02:00
utils Fix reply schemas validator build issue due to new regular expression (#13103) 2024-03-02 21:26:05 +02:00
.gitattributes Fix commands.c build issue on merge (#10172) 2022-01-25 12:24:06 +02:00
.gitignore optimizing d2string() and addReplyDouble() with grisu2: double to string conversion based on Florian Loitsch's Grisu-algorithm (#10587) 2022-10-15 12:17:41 +03:00
00-RELEASENOTES fix dead link to stable release download (#11625) 2022-12-16 20:02:08 +02:00
BUGS change references to the github repo location (#7479) 2020-07-10 08:25:26 +03:00
CODE_OF_CONDUCT.md Update supported version list. (#12488) 2023-08-16 08:36:40 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md (#12907) 2024-01-03 17:21:19 +02:00
COPYING COPYING: Use GPL-3.0-only going forward 2024-03-21 10:39:42 +01:00
INSTALL INSTALL now redirects the user to README 2012-02-05 09:38:41 +01:00
Makefile Fix install target on OSX (see #495) 2012-05-15 11:18:50 +02:00
MANIFESTO MANIFESTO: simplicity and lock-in. 2019-03-18 15:49:52 +01:00
README.md Temporary README.md 2024-03-21 10:40:15 +01:00
redict.conf redis.conf -> redict.conf 2024-03-21 10:41:17 +01:00
runtest Support tclsh 8.7 (#9500) 2021-09-15 13:04:31 +03:00
runtest-cluster Support tclsh 8.7 (#9500) 2021-09-15 13:04:31 +03:00
runtest-moduleapi Handle recursive serverAsserts and provide more information for recursive segfaults (#12857) 2024-01-02 18:20:22 -08:00
runtest-sentinel Support tclsh 8.7 (#9500) 2021-09-15 13:04:31 +03:00
SECURITY.md Update supported version list. (#12488) 2023-08-16 08:36:40 +03:00
sentinel.conf Sync the new loglevel nothing to sentinel (#12223) 2023-05-24 09:32:39 +03:00
TLS.md Build TLS as a loadable module 2022-08-23 12:37:56 +03:00

Redict

Redict is a free software key/value database based on Redis.

This fork is a work-in-progress.