mrjoelkemp / html5-local-redis

Redis-like API for HTML5 Local Storage
http://mrjoelkemp.github.com/html5-local-redis/
MIT License
20 stars 0 forks source link

This commit completes the implementation of incr, incrby, mincr, and mincrby. #5

Closed eudisd closed 12 years ago

eudisd commented 12 years ago

Used rebase, so my history is kinda clean:

- Finished up incr
- Finished up incrby
- More work on mincrby
- Fixed a small bug that was causing the for loop to fail
- Fixed a few typos
- Cleanup, and fixed some serious bugs
eudisd commented 12 years ago

I'm a bit confused as to how to proceed. Usually, you have a pull request for me, and you assign me as the merger. I did the same for this pull request and assigned you as the merger. I have fixes to some of the above issues still not addressed in your latest changes to this pull request (of which I guess now I am the merger?)

I will merge what you have now on this pull request, and then create a new pull request for those changes.

mrjoelkemp commented 12 years ago

In the future, you can just let me know when you want another review of your changes and you can keep pushing to the open pull request.

eudisd commented 12 years ago

Okay, will do that from here on out.