- 08 Feb, 2019 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
We can't trust modules commands flagging, so module commands must be always explicitly added, with the exception of +@all that will include everything. However something like +@readonly should not include command from modules that may be potentially dangerous: our categories must be safe and reliable and modules may not be like that.
-
antirez authored
-
- 07 Feb, 2019 9 commits
- 06 Feb, 2019 3 commits
- 05 Feb, 2019 4 commits
- 04 Feb, 2019 6 commits
- 01 Feb, 2019 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
It does not make much sense to limit what modules can do: the admin should instead limit what module commnads an user may call. So RedisModule_Call() and other module operations should be able to execute everything they want: the limitation should be posed by the API exported by the module itself.
-
antirez authored
-
- 31 Jan, 2019 5 commits
- 30 Jan, 2019 5 commits