Skip to content

Confused about choice of Redis vs ActiveRecord #658

Answered by jnunemaker
Bandes asked this question in Q&A
Discussion options

You must be logged in to vote

It's really just personal preference or project preference. Maybe a project doesn't have redis but has active record or vice versa. There isn't really a performance difference unless your setup has a beefier redis or postgres instance or faster networking to one of those.

If you have both, I'd go with active record/postgres. Someday if that isn't performant enough you can always put active support (or memcache or redis) cache in front.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jnunemaker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants