Skip to content

Commit

Permalink
fix list lua
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Mar 31, 2024
1 parent 930c5fc commit fcac0e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/redis_lua/broker_history_add_list.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ redis.call("ltrim", list_key, 0, ltrim_right_bound)
redis.call("expire", list_key, list_ttl)

if channel ~= '' then
local payload
if use_delta == "1" then
payload = "__" .. "d1:" .. top_offset .. ":" .. current_epoch .. ":" .. #prev_message_payload .. ":" .. prev_message_payload .. ":" .. #message_payload .. ":" .. message_payload
end
Expand Down

0 comments on commit fcac0e5

Please sign in to comment.