Recent Redis Posts from Tech Monger:///feeds/redis/2019-03-06T19:12:24.760033ZWerkzeugRedis Remote Connection Configurationhttps://techmonger.github.io/71/remote-connection2019-03-06T19:09:42.019114Z2019-03-06T19:09:10.351904ZTech Monger<p class="lead">If you want to access redis database from remote client or even server then you would need to configure redis to accept remote connection by binding server IP Address.</p>
Password Based Authentication for Redis https://techmonger.github.io/70/redis-password2019-03-06T19:12:24.760033Z2019-03-04T18:21:03.662040ZTech Monger<p class="lead">By default redis server does not require password for connection but it allows configuration to <a href="/71/remote-connection/" title="Redis Remote Connection">accepts remote connections</a> which is potential security risk. If your redis server accept connections from remote client then it is of <em>utmost importance</em> to have password based authentication configured for your redis instance. Below we will check the configuration changes required to set password and secure our redis setup from an unauthorized access.
</p>
Install Redis without Roothttps://techmonger.github.io/40/redis-without-root2018-08-08T19:02:36.603430Z2018-08-04T08:14:36.247453ZTech Monger<p class="lead">
If you want to install redis on Linux machine but do not have an administrative access (root access) then you can follow this installation guide. This setup will work on all linux distributions like Ubuntu, Fedora, Red Hat, Debian, Raspbian etc. This will also work on Mac as it does not make use of packet managers for installation. If you are windows users then please check <a href="/35/install-redis-windows/" title="Setup Redis on Windows with non Admin access" >redis windows installation without admin access</a>.
Install Redis on Windows without Administrator Privilegehttps://techmonger.github.io/35/install-redis-windows2018-08-04T09:34:17.407308Z2018-06-27T17:14:43.588391ZTech Monger<p class="lead"> If you do not have Administrator access on your windows machine but want to run redis server locally then follow this guide and get started with installation of redis server and client using command line. If you are linux users then check <a href="/40/redis-without-root/" title="Setup Redis on Linux without Sudoing Root">how to install redis without root access.</a></p>
<ol>