mirror of https://github.com/tidwall/tile38.git
parent
957233c298
commit
65943e8f1a
|
@ -92,6 +92,7 @@ func fenceMatch(
|
|||
}
|
||||
return []string{
|
||||
`{"command":"del"` + hookJSONString(hookName, metas) +
|
||||
`,"key":` + jsonString(details.key) +
|
||||
`,"id":` + jsonString(details.id) +
|
||||
`,"time":` + jsonTimeFormat(details.timestamp) + `}`,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue