Commit 6facc80c authored by Marc Gravell's avatar Marc Gravell

documentation error: scripting has been fully supported for ages

parent 6d795473
...@@ -10,7 +10,7 @@ Features ...@@ -10,7 +10,7 @@ Features
- High performance multiplexed design, allowing for efficient use of shared connections from multiple calling threads - High performance multiplexed design, allowing for efficient use of shared connections from multiple calling threads
- Abstraction over redis node configuration: the client can silently negotiate multiple redis servers for robustness and availability - Abstraction over redis node configuration: the client can silently negotiate multiple redis servers for robustness and availability
- Convenient access to the full redis feature-set (caveat: scripting is still outstanding) - Convenient access to the full redis feature-set
- Full dual programming model both synchronous and asynchronous usage, without requiring "sync over async" usage of the [TPL][1] - Full dual programming model both synchronous and asynchronous usage, without requiring "sync over async" usage of the [TPL][1]
- Support for redis "cluster" - Support for redis "cluster"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment