1 Where to find complete Redis documentation?
2 -------------------------------------------
4 This README is just a fast "quick start" document. You can find more detailed
5 documentation here: http://redis.io/documentation
15 Redis is just a single binary, but if you want to install it you can use
16 the "make install" target that will copy the binary to /usr/local/bin
17 by default. You can also use "make PREFIX=/some/other/directory install"
18 if you wish to use a different destination.
20 You can run a 32 bit Redis binary using:
24 After you build Redis is a good idea to test it (which require Tcl), using:
32 To run Redis with the default configuration just type:
37 If you want to provide your redis.conf, you have to run it using an additional
38 parameter (the path of the configuration file):
41 % ./redis-server /path/to/redis.conf
47 You can use redis-cli to play with Redis. Start a redis-server instance,
48 then in another terminal try the following:
64 You can find the list of all the available commands here:
66 http://redis.io/commands