Fred Hart
Fred Hart
The instructions in the README to build bazel_deps state: ``` # Build the ParseProject binary cd $BAZEL_DEPS bazel build //:parse ``` but this appears to build `parseproject_deploy.jar` rather than the...
Does Dynalite support atomic counters? I am getting an error when calling the update using the DocumentClient interface. `_uc` is supposed to be an update counter for the record, but...
* Fix `RedisClient.del` so that it properly handles multiple keys for multi `del`. * Add a check in `multi.js`'s `_command` function to flatten the argument list if it comes as...
Currently the only way to call createReadStream on a mock (e.g. S3 mock) is to pass a Readable or a string or buffer as the replace value. I want to...