You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http client throws for unsuccessful responses (statusCode >= 400). In case of an request error `onError` is executed. By default the error is rethrown in form of the original error.
119
120
121
+
## Benchmark
122
+
123
+
See [README.md](benchmarks/README.md)
124
+
120
125
## Production checklist
121
126
122
127
This setup is in use with Redis. If you use Redis ensure that limits are set:
@@ -126,4 +131,4 @@ maxmemory 10mb
126
131
maxmemory-policy allkeys-lru
127
132
```
128
133
129
-
This will limit the cache to 10MB and removes the least recently used keys from the cache when the cache hits the limits.
134
+
This will limit the cache to 10MB and removes the least recently used keys from the cache.
0 commit comments