summaryrefslogtreecommitdiff
path: root/TLS.md
diff options
context:
space:
mode:
authorItamar Haber <itamar@redislabs.com>2020-07-10 16:22:58 +0300
committerGitHub <noreply@github.com>2020-07-10 16:22:58 +0300
commita6504a16f70511c06bd5460b7cdfee6247cb09a6 (patch)
treeed0a47f5c181e8bfc046d0d9bd6b7da64cf98e0a /TLS.md
parent91d309681cf9db8c3b8d4f2d828c336cff661efb (diff)
parentd5648d617e1ed5b9cfa575ad412bc9d450b16afd (diff)
downloadredis-conduct.tar.gz
Merge branch 'unstable' into conductconduct
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