Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
393 views
in Q2A Core by
Q2A version: 1.8
by
I think you can use memcache insted of redis

1 Answer

0 votes
by
Redis is entirely a different data structure.

Question2Answer website is completely dependent to MySQL.

So, if you want to change your DB to Redis, you will have to modify lots of/almost every file that connects to the db.

Mostly, tiles inside the "qa-include/db" folder
...