Skip to content

Commit

Permalink
Update home.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Mar 23, 2023
1 parent 3c6dad7 commit 41751b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ header:
url: "/docs/quick-start-guide/"
excerpt: >
A fast concurrent persistent key-value store and log, in C# and C++.<br />
<small><a href="https://github.com/microsoft/FASTER/releases/tag/v2.1.0">Latest release v2.1.0</a></small>
<small><a href="https://github.com/microsoft/FASTER/releases/tag/v2.5.0">Latest release v2.5.0</a></small>
features:
- image_path: /assets/images/faster-feature-1.png
alt: "feature1"
Expand Down Expand Up @@ -63,6 +63,8 @@ NVMe SSDs using less than a core of CPU, and scaling well in a multi-threaded se

# News and Updates

* Version 2.5 of FASTER has been released with various improvements. A notable new feature is the lockable context which allows users to perform multi-key operations with locking (i.e., transactions).

* Version 2 of FASTER has been released with many API and performance improvements across the board. Learn more about the features in v2 at https://github.com/microsoft/FASTER/pull/563

* A high-performance remote (TCP) interface to FasterKV is now available! It provides linear server scalability with increasing client sessions, with similar server throughput as embedded FasterKV. We provide a default C# client as well as an ability to extend to other protocols. Learn more [here](docs/remote-basics/).
Expand Down

0 comments on commit 41751b4

Please sign in to comment.