Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update overview.asciidoc #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/main/asciidoc/overview.asciidoc
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[[overview]]
== Overview

This document is the reference guide for Lettuce.It explains how to use Lettuce, its concepts, semantics, and the syntax.
This document is the reference guide for Lettuce. It explains how to use Lettuce, its concepts, semantics, and the syntax.

You can read this reference guide in a linear fashion, or you can skip sections if something does not interest you.

This section provides some basic introduction to Redis.The rest of the document refers only to Lettuce features and assumes the user is familiar with Redis concepts.
This section provides some basic introduction to Redis. The rest of the document refers only to Lettuce features and assumes the user is familiar with Redis concepts.

[[overview.redis]]
=== Knowing Redis

NoSQL stores have taken the storage world by storm.
It is a vast domain with a plethora of solutions, terms and patterns (to make things worse even the term itself has multiple http://www.google.com/search?q=nosql+acronym[meanings]).
While some of the principles are common, it is crucial that the user is familiar to some degree with Redis.
The best way to get acquainted to this solutions is to read their documentation and follow their documentation - it usually doesn't take more then 5-10 minutes to go through them and if you are coming from an RDMBS-only background many times these exercises can be an eye opener.
The best way to get acquainted to these solutions is to read and follow their documentation - it usually doesn't take more than 5-10 minutes to go through them and if you are coming from an RDMBS-only background many times these exercises can be an eye-opener.

The jumping off ground for learning about Redis is http://www.redis.io/[redis.io].
Here is a list of other useful resources:
Expand Down Expand Up @@ -44,7 +44,7 @@ In terms of http://redis.io/[Redis], at least 2.6.

=== Additional Help Resources

Learning a new framework is not always straight forward.In this section, we try to provide what we think is an easy to follow guide for starting with Lettuce.However, if you encounter issues or you are just looking for an advice, feel free to use one of the links below:
Learning a new framework is not always straight forward.In this section, we try to provide what we think is an easy-to-follow guide for starting with Lettuce. However, if you encounter issues or you are just looking for an advice, feel free to use one of the links below:

[[overview.support]]
==== Support
Expand All @@ -54,7 +54,7 @@ There are a few support options available:
* Lettuce on Stackoverflow http://stackoverflow.com/questions/tagged/lettuce[Stackoverflow] is a tag for all Lettuce users to share information and help each other.Note that registration is needed *only* for posting.
* Get in touch with the community on https://gitter.im/lettuce-io/Lobby[Gitter].
* GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
* Report bugs (or ask questions) in Github issues https://github.com/lettuce-io/lettuce-core/issues.
* Report bugs (or ask questions) in GitHub issues https://github.com/lettuce-io/lettuce-core/issues.

[[overview.development]]
==== Following Development
Expand Down