<div dir="ltr">Yes, I've done that. I have redis and postgresql both running. Yet main.sh fails because this RedisStore.prototype is undefined. I've added a couple of console.log statements and I see that session exists and is defined, but they set the RedisStore.prototype.__proto__ to the session.Store.prototype while session.Store is undefined. main.sh thus doesn't run with the error message I pasted in the original mail.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 24, 2014 at 3:41 AM, Aaron J. Seigo <span dir="ltr"><<a href="mailto:aseigo@kde.org" target="_blank">aseigo@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Saturday, November 22, 2014 07.56:39 Jeremy Whiting wrote:<br>
> getting an error inside the node redis module as seen below. Is redis<br>
> something that is no longer maintained or something?<br>
<br>
</span>redis is a very popular key/value store (in-memory with on-disk persistence).<br>
you need to have it installed and running. it does not require any<br>
configuration: just install, start, profit.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Aaron J. Seigo</font></span></blockquote></div><br></div>