MIMSoftware / haste-server

Customizations made to seejohnrun/haste-server
7 stars 11 forks source link

Ability to paste images #6

Closed neandrake closed 10 years ago

neandrake commented 10 years ago

Ability to paste copied images into the browser and upload them just like text.

neandrake commented 10 years ago

This likely requires ditching redis for another db:

"Redis is an in-memory but persistent on disk database, so it represents a different trade off where very high write and read speed is achieved with the limitation of data sets that can't be larger than memory."