-
This is related to (and aggregates):
- https://github.com/senecajs/seneca-redis-pubsub-transport/issues/8
- https://github.com/senecajs/seneca-redis-pubsub-transport/issues/19
When the actions are pi…
-
https://travis-ci.org/senecajs/seneca-redis-cache/builds/127457203
-
does the upsert not return the updated document?
https://github.com/senecajs/seneca-mongo-store/blob/master/mongo-store.js#L230
-
If you visit the [contribute page](http://senecajs.org/contribute/) on senecajs.org and scroll all way down you'll see a list of items last one being "Roadmap" that links takes me to a [broken page](h…
-
see https://github.com/senecajs/seneca/issues/520
-
This depends on senecajs/seneca-web#127 being resolved.
-
The link to documentation on the pin api resolves to a 404: http://senecajs.org/api/desc-pin-pattern-format when attempting to access it from http://senecajs.org/api/
Let me know if there is anything…
-
motivation: https://github.com/senecajs/seneca-mongo-store/pull/60
-
Part of error message
```
(probably a plugin init error, or using a plugin seneca instance, see senecajs.org/fatal.html)
```
senecajs.org/fatal.html result in 404 page.
jofan updated
2 years ago
-
Is there any way to update multiple documents from senecajs mongodb module.
```
entity.save$(function (err, entity) { ... })
entity.load$({id: ...}, function (err, entity) { ... })
entity…