antirez 514ca204bb Fix module commands propagation double MULTI bug.
b512cb40 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.
2020-03-31 16:57:20 +02:00
..
2019-12-17 07:49:21 +00:00
2020-02-27 18:02:30 +01:00
2019-11-04 08:50:29 +02:00
2020-02-27 18:00:47 +01:00
2019-12-02 19:17:35 +02:00