• A
    Fix module commands propagation double MULTI bug. · 9dcf878f
    antirez 提交于
    37a10cef introduced automatic wrapping of MULTI/EXEC for the
    alsoPropagate API. However this collides with the built-in mechanism
    already present in module.c. To avoid complex changes near Redis 6 GA
    this commit introduces the ability to exclude call() MUTLI/EXEC wrapping
    for also propagate in order to continue to use the old code paths in
    module.c.
    9dcf878f
server.c 182.5 KB