summaryrefslogtreecommitdiff
path: root/TLS.md
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@users.noreply.github.com>2020-07-10 11:33:47 +0300
committerGitHub <noreply@github.com>2020-07-10 11:33:47 +0300
commit3e6f2b1a45176ac3d81b95cb6025f30d7aaa1393 (patch)
tree5193a087d79e760908849f3b191fc513bff21eae /TLS.md
parent5266293a0fdee57fe6bb8a408a2e2ff0c66f0259 (diff)
downloadredis-3e6f2b1a45176ac3d81b95cb6025f30d7aaa1393.tar.gz
TLS: Session caching configuration support. (#7420)
* TLS: Session caching configuration support. * TLS: Remove redundant config initialization.
Diffstat (limited to 'TLS.md')
-rw-r--r--TLS.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/TLS.md b/TLS.md
index e480c1e9d..2d020d0ce 100644
--- a/TLS.md
+++ b/TLS.md
@@ -68,8 +68,6 @@ but there are probably other good reasons to improve that part anyway.
To-Do List
----------
-- [ ] Add session caching support. Check if/how it's handled by clients to
- assess how useful/important it is.
- [ ] redis-benchmark support. The current implementation is a mix of using
hiredis for parsing and basic networking (establishing connections), but
directly manipulating sockets for most actions. This will need to be cleaned