Skip to content

Commit

Permalink
docs readme feedback, removed old docs (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Oct 3, 2021
1 parent 3a895d0 commit 9637adb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RGJSONWriteBehind(GB, keysPrefix='person',
connector=jConnector, name='PersonsWriteBehind',
version='99.99.99', dataKey=dataKey)
RGJSONWriteThrough(GB, keysPrefix='__', connector=jConnector,
RGJSONWriteThrough(GB, keysPrefix='__', connector=jConnector,
name='JSONWriteThrough', version='99.99.99',
dataKey=dataKey)
```
Expand All @@ -39,8 +39,6 @@ RGJSONWriteThrough(GB, keysPrefix='__', connector=jConnector,

Data is set in redis using the various json commands from [redisjson](https://redisjson.io). In all cases, initial writes, and updates rely on the same underlying mechanism.

Note, all data to be stored in mongo, must be embedded within the **sync_data** key of a json object.

**Storing data**

```
Expand Down

0 comments on commit 9637adb

Please sign in to comment.