Store Ruboty's memory in LevelDB.
Add this line to your Ruboty's Gemfile:
gem "ruboty-leveldb"
LEVELDB_PATH - LevelDB path (default: ruboty.ldb)
LEVELDB_SAVE_INTERVAL - Interval sec to save data to LevelDB (default: 5)
- Fork it ( https://github.com/[my-github-username]/ruboty-leveldb/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request