commit 88c1ad66d8f30d619e40bb822fe59bb6a6d9b153 Author: Brett Langdon Date: Mon Nov 5 19:25:19 2012 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7dccd97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +lib-cov +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz + +pids +logs +results + +node_modules +npm-debug.log \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e54e2e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +redmongo +======== + +The native MongoDB client backed by a Redis client for caching. \ No newline at end of file