summaryrefslogtreecommitdiff
path: root/TLS.md
diff options
context:
space:
mode:
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