Skip to content

Commit 1138ba2

Browse files
committed
Fixed
1 parent 87fe820 commit 1138ba2

File tree

1 file changed

+4
-4
lines changed
  • tyk-docs/content/product-stack/tyk-gateway/release-notes

1 file changed

+4
-4
lines changed

tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,16 @@ Each change log item should be expandable. The first line summarises the changel
112112
<ul>
113113
<li>
114114
<details>
115-
<summary>Add changelog summary</summary>
115+
<summary>Optimised Key Creation to Reduce Redundant Redis Commands</summary>
116116
117-
Add changelog description here
117+
Addressed an issue where creating or resetting a key caused an exponential number of Redis DeleteRawKey commands. Previously, the key creation sequence repeated for every API in the access list, leading to excessive deletion events, especially problematic for access lists with over 100 entries. Now, the key creation sequence executes only once, and redundant deletion of non-existent keys in Redis has been eliminated, significantly improving performance and stability for larger access lists.
118118
</details>
119119
</li>
120120
<li>
121121
<details>
122-
<summary>Add changelog summary</summary>
122+
<summary>Resolved SSE Streaming Issue</summary>
123123
124-
Add changelog description here
124+
Fixed a bug that caused Server Side Event (SSE) streaming responses to be considered for caching, which required buffering the response and prevented SSE from being correctly proxied.
125125
</details>
126126
</li>
127127
</ul>

0 commit comments

Comments
 (0)