Skip to content

Commit

Permalink
typo persit -> persist
Browse files Browse the repository at this point in the history
  • Loading branch information
kar2905 committed Jan 29, 2016
1 parent 16f6553 commit 2ee0385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/docs/derby-0.6/models/backends.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Backends

Racer stores are backed by ShareJS, which uses [LiveDB](https://github.com/share/livedb) to persit data, perform queries, keep a journal of all operations, and pub/sub operations and changes to queries. Currently, LiveDB has adapters for in memory or Redis based pub/sub and supports storage in memory or MongoDB via [livedb-mongo](https://github.com/share/livedb-mongo). LiveDB is written with support for additional database adapters in mind.
Racer stores are backed by ShareJS, which uses [LiveDB](https://github.com/share/livedb) to persist data, perform queries, keep a journal of all operations, and pub/sub operations and changes to queries. Currently, LiveDB has adapters for in memory or Redis based pub/sub and supports storage in memory or MongoDB via [livedb-mongo](https://github.com/share/livedb-mongo). LiveDB is written with support for additional database adapters in mind.

Getting started with a single-process server and MongoDB:

Expand Down

0 comments on commit 2ee0385

Please sign in to comment.