mongodb¶
Tags: MongoDB
Use a MongoDB instance as a cache.
# Config fields, showing default values
label: ""
mongodb:
url: ""
username: ""
password: ""
database: ""
collection: ""
key_field: ""
value_field: ""
Fields¶
url
¶
The URL of the target MongoDB server.
Type:Â string
Type:Â string
Default:Â ""
database
¶
The name of the target MongoDB database.
Type:Â string
collection
¶
The name of the target collection.
Type:Â string
key_field
¶
The field in the document that is used as the key.
Type:Â string
value_field
¶
The field in the document that is used as the value.
Type:Â string