_bulk_docs
endpoint to insert multiple documents into the database in a
single HTTP request.CacheWithLifetimes
implementation that uses a Redis
instance as the cache store.Database
implementation with a cache.Database
implementation with a cache that supports expiration times.POST
request.Database.post(Object)
but using a
specific write quorum.Database.save(Object)
but using a
specific write quorum._id
and
_rev
values.Database.update(Object)
, but specifying the
write quorum.