Skip to content

Commit

Permalink
Small spelling correction (ThreeMammals#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
satish860 authored and TomPallister committed Aug 14, 2018
1 parent 0786614 commit 373a392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/raft.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Raft (EXPERIMENTAL DO NOT USE IN PRODUCTION)
============================================

Ocelot has recenely integrated `Rafty <https://github.com/TomPallister/Rafty>`_ which is an implementation of Raft that I have also been working on over the last year. This project is very experimental so please do not use this feature of Ocelot in production until I think it's OK.
Ocelot has recently integrated `Rafty <https://github.com/TomPallister/Rafty>`_ which is an implementation of Raft that I have also been working on over the last year. This project is very experimental so please do not use this feature of Ocelot in production until I think it's OK.

Raft is a distributed concensus algorythm that allows a cluster of servers (Ocelots) to maintain local state without having a centralised database for storing state (e.g. SQL Server).

Expand Down

0 comments on commit 373a392

Please sign in to comment.