Skip to content

Commit

Permalink
Merge pull request #39 from jadia/master
Browse files Browse the repository at this point in the history
Fix sub heading formatting
  • Loading branch information
nelsonic authored Oct 7, 2019
2 parents 85ca543 + 6b335c1 commit a811885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the entire server is *less than a Megabyte*
(*smaller is better when it comes to executable size*),
Redis is ***built for speed***.

### Use Case
### Use Case

+ ***sessions*** in your app (which require a DB/io read on *every request* but
don't contain *content*) should be checked/set as quickly as possible.
Expand All @@ -48,7 +48,7 @@ it can store any *content* you need to serve in your app; from simple components
***First thing*** you need to do - if you haven't already - is ***go through*** the
***online tutorial***: http://try.redis.io/ (30mins to learn and take notes)

#### Make Sure you *Understand*
#### Make Sure you *Understand*

You can learn/practice all these commands [*online*](http://try.redis.io)
***before*** installing Redis:
Expand Down Expand Up @@ -409,7 +409,7 @@ simplicity (great for beginners and pros alike) and speed.

## Frequently Asked Questions (FAQ)

### Q: What does Redis mean/stand for?
### Q: What does Redis mean/stand for?

The name Redis is an acronym for: **RE**mote **DI**ctionary **S**erver

Expand Down

0 comments on commit a811885

Please sign in to comment.