ソースを参照

delete last_ts info for unlinked keys

master
Fusl 11ヶ月前
コミット
4f08776500
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      globalbackfeedmanager.go

+ 1
- 0
globalbackfeedmanager.go ファイルの表示

@@ -281,6 +281,7 @@ func (that *GlobalBackfeedManager) HandleUnlink(res http.ResponseWriter, req *ht
return
}
pipe := that.BackfeedRedis.Pipeline()
pipe.HDel(req.Context(), ":last_ts", keys...)
for _, key := range keys {
pipe.Unlink(req.Context(), key)
}


読み込み中…
キャンセル
保存