Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9795ad1b
Commit
9795ad1b
authored
Feb 13, 2015
by
antirez
Browse files
Fix README links again.
Apparently no refernece-style links supported in Github markdown.
parent
78c44ca6
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
9795ad1b
...
...
@@ -15,15 +15,10 @@ Another good example is to think at Redis as a more complex version of memcached
If you want to know more, this is a list of selected starting points:
*
[
Introduction to Redis data types
](
1
)
*
[
Try Redis directly inside your browser
](
2
)
*
[
The full list of Redis commands
](
3
)
*
[
There is much more inside the Redis official documentation
](
4
)
[1] http://redis.io/topics/data-types-intro
[2] http://try.redis.io
[3] http://redis.io/commands
[4] http://redis.io/documentation
*
Introduction to Redis data types. http://redis.io/topics/data-types-intro
*
Try Redis directly inside your browser. http://try.redis.io
*
The full list of Redis commands. http://redis.io/commands
*
There is much more inside the Redis official documentation. http://redis.io/documentation
Building Redis
--------------
...
...
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