]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Bimi: Fix Redis storage
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 13 Dec 2021 14:25:43 +0000 (14:25 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 13 Dec 2021 14:25:43 +0000 (14:25 +0000)
src/plugins/lua/bimi.lua

index e7e2527e49ced892f58baba54d42b3299965bd68..d8b36d030b5014840a8cf5f00f184de4f2465d24 100644 (file)
@@ -184,7 +184,8 @@ local function make_helper_request(task, domain, record, redis_server)
             true, -- is write
             redis_set_cb, --callback
             'PSETEX', -- command
-            {redis_key, tostring(settings.redis_min_expiry * 1000.0), d.content})
+            {redis_key, tostring(settings.redis_min_expiry * 1000.0),
+             ucl.to_format(d, "json-compact")})
 
         if not ret then
           rspamd_logger.warnx(task, 'cannot make request to Redis when storing image; domain %s',