-
@MiguhRuiz commented on [Sun Jul 17 2016](https://github.com/nodefruit/fruit/issues/3)
I want to create a RethinkDB Adapter to use with fruit. Do I have to create it in my personal profile? Any speci…
-
Their PGP key location has changed so the build will fail.
See new instructions: https://rethinkdb.com/docs/install/ubuntu/
-
I have an application running v2.1.0 and updated the dependency to v3.1.3, and the queue stops working after some period of time.
It works when I initially start up the queue, the handler can proce…
-
Rethinkdb Service can't start when Container restarted.
_docker-compose.yml_
```yml
rethinkdb:
restart: always
image: rethinkdb:latest
ports:
- 28015:28015
volumes:
…
-
Upstream provides packages for each of these:
- http://download.rethinkdb.com/apt/pool/lucid/main/r/rethinkdb/
- http://download.rethinkdb.com/apt/pool/precise/main/r/rethinkdb/
- http://download.reth…
-
Hello, I've been testing rethinkdb driver in the last days and no matter what I try to use I get an error if I dare to use add ons like Kodeine, Bouncer, ACL and so on.
The bouncer creator told me thi…
-
Just followed the instructions on the readme.
cloned and ran `npm install`
running `node app` gives:
``` shell
✘ shdsouza@L3011 ~/proj/_rethinkdb/rethinkdb-example-nodejs-chat master node…
-
Rethinkdb seems to be essentially dead in the water. There are some attempts to get back on track, but right now it sadly doesn't seem to be being maintained.
-
rfx-stack requires mongoose, and I am using feathers-rethinkdb; prefer a single DB. Enhancement supporting a flexible DB or add'l DBs would extend rfx-stack and reduce dependencies. Thanks
-
**Describe the bug**
pool.go has a race condition around p.conns
```
WARNING: DATA RACE
Write at 0x00c00010e130 by goroutine 67:
gopkg.in/rethinkdb/rethinkdb-go%2ev6.(*Pool).conn()
/ho…