mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 02:31:20 +00:00
Initial command filter experiment.
This commit is contained in:
@ -3268,6 +3268,8 @@ void call(client *c, int flags) {
|
||||
* other operations can be performed by the caller. Otherwise
|
||||
* if C_ERR is returned the client was destroyed (i.e. after QUIT). */
|
||||
int processCommand(client *c) {
|
||||
moduleCallCommandFilters(c);
|
||||
|
||||
/* The QUIT command is handled separately. Normal command procs will
|
||||
* go through checking for replication and QUIT will cause trouble
|
||||
* when FORCE_REPLICATION is enabled and would be implemented in
|
||||
|
Reference in New Issue
Block a user