Merge remote-tracking branch 'origin/topic/timw/storage-redis-expire-string-view'

* origin/topic/timw/storage-redis-expire-string-view:
  Use std::string_view in Redis::DoExpire to avoid copies

(cherry picked from commit 58d71d2fa3)
This commit is contained in:
Tim Wojtulewicz 2025-05-05 10:44:27 -07:00
parent 99acfc6534
commit 4f683ee1f8
3 changed files with 22 additions and 10 deletions

View file

@ -1,3 +1,9 @@
7.2.0-rc1.8 | 2025-05-05 11:21:13 -0700
* Use std::string_view in Redis::DoExpire to avoid copies (Tim Wojtulewicz, Corelight)
(cherry picked from commit 58d71d2fa35007695cd0f6ea3ec975df67c91bab)
7.2.0-rc1.7 | 2025-05-05 11:17:50 -0700
* QUIC: Extract reset_crypto() function (Arne Welzel, Corelight)