From 3b921e0b80986810da5625957963775461e1a3e3 Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Wed, 7 Jan 2009 16:56:34 -0500 Subject: [PATCH] group_by docs --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index 3a594a5..d90d458 100644 --- a/README.rdoc +++ b/README.rdoc @@ -44,6 +44,10 @@ See the git log comments. * Add :publish Rake task, once we get a RubyForge project. +* Add group_by. Need to figure out how we are going to send functions. The + current thinking is that Mongo will allow a subset of JavaScript (which we + would have to send as a string), but this is still under discussion. + * Add explain and hint support. * Only update message sizes once, not after every write of a value. This will