Skip to content

Commit

Permalink
Update connect_redis.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
shukitchan authored Nov 4, 2024
1 parent 9acddeb commit aa21c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginats/connect_redis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local redis = require 'redis'
-- connecting to unix domain socket
local client = redis.connect('unix:///opt/ats/var/run/redis/redis.sock')

local snippet_enabled = false
local snippet_enabled = true

function __init__(argtb)
if (#argtb) > 0 then
Expand Down

0 comments on commit aa21c1c

Please sign in to comment.