Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
cac9a900
Commit
cac9a900
authored
Feb 13, 2015
by
antirez
Browse files
README -> README.md.
parent
f638f045
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
→
README
.md
View file @
cac9a900
Where to find complete Redis documentation?
NOte: This README is just a fast "quick start" document. You can find more detailed documentation at http://redis.io
-------------------------------------------
This README is just a fast "quick start" document. You can find more detailed
documentation at http://redis.io
Building Redis
Building Redis
--------------
--------------
Redis can be compiled and used on Linux, OSX, OpenBSD, NetBSD, FreeBSD.
Redis can be compiled and used on Linux, OSX, OpenBSD, NetBSD, FreeBSD.
We support big endian and little endian architectures.
We support big endian and little endian architectures, and both 32 bit
and 64 bit systems.
It may compile on Solaris derived systems (for instance SmartOS) but our
It may compile on Solaris derived systems (for instance SmartOS) but our
support for this platform is "best effort" and Redis is not guaranteed to
support for this platform is "best effort" and Redis is not guaranteed to
...
@@ -28,8 +25,8 @@ After building Redis is a good idea to test it, using:
...
@@ -28,8 +25,8 @@ After building Redis is a good idea to test it, using:
Fixing build problems with dependencies or cached build options
Fixing build problems with dependencies or cached build options
—--------
—--------
Redis has some dependencies which are included into the
"
deps
"
directory.
Redis has some dependencies which are included into the
`
deps
`
directory.
"
make
"
does not rebuild dependencies automatically, even if something in the
`
make
`
does not rebuild dependencies automatically, even if something in the
source code of dependencies is changes.
source code of dependencies is changes.
When you update the source code with
`git pull`
or when code inside the
When you update the source code with
`git pull`
or when code inside the
...
@@ -128,9 +125,7 @@ then in another terminal try the following:
...
@@ -128,9 +125,7 @@ then in another terminal try the following:
(integer) 2
(integer) 2
redis>
redis>
You can find the list of all the available commands here:
You can find the list of all the available commands at http://redis.io/commands.
http://redis.io/commands
Installing Redis
Installing Redis
-----------------
-----------------
...
@@ -139,7 +134,7 @@ In order to install Redis binaries into /usr/local/bin just use:
...
@@ -139,7 +134,7 @@ In order to install Redis binaries into /usr/local/bin just use:
% make install
% make install
You can use
"
make PREFIX=/some/other/directory install
"
if you wish to use a
You can use
`
make PREFIX=/some/other/directory install
`
if you wish to use a
different destination.
different destination.
Make install will just install binaries in your system, but will not configure
Make install will just install binaries in your system, but will not configure
...
@@ -156,7 +151,7 @@ to run Redis properly as a background daemon that will start again on
...
@@ -156,7 +151,7 @@ to run Redis properly as a background daemon that will start again on
system reboots.
system reboots.
You'll be able to stop and start Redis using the script named
You'll be able to stop and start Redis using the script named
/etc/init.d/redis_<portnumber>, for instance /etc/init.d/redis_6379.
`
/etc/init.d/redis_<portnumber>
`
, for instance
`
/etc/init.d/redis_6379
`
.
Code contributions
Code contributions
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment