Commit Graph

7 Commits

Author SHA1 Message Date
272cbd97fc fist working code of a tailable cursor 2014-07-04 16:03:39 +03:00
b7504643fc Added tailable_cursor and await_data query options to OP_QUERY 2014-07-04 13:10:31 +03:00
Don Brown
5626414f2d Handle exceptions better 2014-03-01 14:31:27 -07:00
Don Brown
ca538a08ce Fix reconnect, add auth on pool creation
Support pool creation from url including db, username, and password
2014-02-23 11:22:33 -08:00
Don Brown
06bdf73134 Fix default port, align with asyncio_redis, fix pool
* Pool had broken methods that didn't make sense, so deleted
* Fix port to be right mongodb default port
* Change pool_size to poolsize to align with asyncio_redis
* Write logs to own logger
2014-02-16 01:35:36 -07:00
Don Brown
5e603ec8a9 Add working tests, can shutdown conn and pool 2014-01-27 22:36:36 -07:00
Don Brown
ae154dbc72 Initial commit
* Examples work
* setup.py kinda updasted
* Fork of txmongo but with new pymongo embedded
2014-01-24 16:19:17 -07:00