coolexp / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

help with installation #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I recently downloaded redis-beta-8.tar.gz on my ubuntu.. but im no
tfamiliar with installation. the readme file does not really describe how
to get started with redis(installation of the redis server).

I hope someone can help with this.

Original issue reported on code.google.com by always...@gmail.com on 7 Apr 2009 at 9:55

GoogleCodeExporter commented 8 years ago
Hello, you need to just issue the 'make' command, and then run redis without 
arguments:

./redis-server

Done. If you want a configuration file to be loaded use instead:

./redis-server redis.conf

Original comment by anti...@gmail.com on 7 Apr 2009 at 11:02

GoogleCodeExporter commented 8 years ago

Original comment by anti...@gmail.com on 9 May 2009 at 7:11