Skip to content

Commit 0c57a9a

Browse files
authored
Update 05-ListOfAdapters.md
1 parent ec59c37 commit 0c57a9a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

adminforth/documentation/docs/tutorial/05-ListOfAdapters.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,9 @@ Key-value adapters are used to store data in a key-value format. They provide a
180180
npm i @adminforth/key-value-adapter-ram
181181
```
182182

183-
The RAM adapter is a simple in-memory key-value store. Stores data in servers RAM memory
183+
The RAM adapter is a simplest in-memory key-value storage. Stores data in process RAM memory. Not sutable if you run application with several processes because each process will have own RAM. In last case you need centralized KV adapter, e.g. Redis.
184+
185+
Pros:
186+
* Simplest in use - does not reqauire any external daemon.
187+
Cones:
188+
* In production sutable for single-process installations only

0 commit comments

Comments
 (0)