nokaa / cedalion

A simple pastebin clone in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to redis?

nokaa opened this issue · comments

commented

The master branch currently uses Postgresql. For something as small as Cedalion, it may be better to use redis, as I don't think most users will care about saving pastes indefinitely. I have ported Cedalion to use redis on the redis branch, and everything appears to be working properly.

One solution is to switch the master branch to redis, and use Postgreseql on a different branch, which we could note in the README.

commented

Done! master now uses redis, and the psql branch uses Postgresql,