File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ Redis Manifesto
63
63
complexity. We'll accept to fight the complexity when it's worthwhile but
64
64
we'll try hard to recognize when a small feature is not worth 1000s of lines
65
65
of code. Most of the time the best way to fight complexity is by not
66
- creating it at all.
66
+ creating it at all. Complexity is also a form of lock-in: code that is
67
+ very hard to understand cannot be modified by users in an independent way
68
+ regardless of the license. One of the main Redis goals is to remain
69
+ understandable, enough for a single programmer to have a clear idea of how
70
+ it works in detail just reading the source code for a couple of weeks.
67
71
68
72
7 - Threading is not a silver bullet. Instead of making Redis threaded we
69
73
believe on the idea of an efficient (mostly) single threaded Redis core.
You can’t perform that action at this time.
0 commit comments