Go to file
2024-03-21 16:44:03 +01:00
.reuse all: use REUSE for license management 2024-03-21 14:30:47 +01:00
deps Expose lua os.clock() api (#12971) 2024-02-22 11:29:52 +02:00
LICENSES all: use REUSE for license management 2024-03-21 14:30:47 +01:00
src Rename symbols, part two 2024-03-21 16:44:03 +01:00
tests all: Redis => Redict in all strings, first pass 2024-03-21 15:20:58 +01:00
utils Rename symbols, part one 2024-03-21 16:34:08 +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 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
Makefile Fix install target on OSX (see #495) 2012-05-15 11:18:50 +02:00
README.md all: rename defines 2024-03-21 16:23:53 +01:00
redict.conf redis.conf -> redict.conf 2024-03-21 10:41:17 +01:00
runtest all: use REUSE for license management 2024-03-21 14:30:47 +01:00
runtest-cluster all: use REUSE for license management 2024-03-21 14:30:47 +01:00
runtest-moduleapi all: use REUSE for license management 2024-03-21 14:30:47 +01:00
runtest-sentinel all: use REUSE for license management 2024-03-21 14:30:47 +01:00
SECURITY.md Update supported version list. (#12488) 2023-08-16 08:36:40 +03:00
sentinel.conf sentinel.conf: redis => redict 2024-03-21 10:43:01 +01: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.

Forking in progress...

  • Rename binaries
  • Update test suite
  • Relicense as GPL-3.0-only
  • Update copyright headers
  • REUSE for license management
  • Rename source files
  • Add redict:// protocol support
  • Fork Redis modules API
  • Rename Lua API symbols (w/compat shim)
  • Update strings (in progress...)
  • Update symbols (in progress...)
  • Update comments et al (in progress...)
  • Update documentation
    • Write migration guide
  • Create website
  • Establish upstream processes
    • Contributing instructions
    • Code of conduct
    • Security issues
    • Continuous integration
  • Consider using this opportunity to remove some legacy things
  • Fork hiredis
  • Ship a release