Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dwighthubbard committed Jan 7, 2017
1 parent f2bd7ad commit c33f07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Redislite is a self contained Python interface to the Redis key-value store.
It provides enhanced versions of the Redis-Py Python bindings for Redis. That provide the following added functionality:

* **Easy to use** - It provides a built in Redis server that is autommatically installed, configured and managed when the Redis bindings are used.
* **Flexible** - Create a single server shared by multiple programs or multiple independent servers. All the servers provided by Redislite support all Redis functionality including advanced features such as replication and clustering.
* **Compatible** - It provides enhanced versions of the Redis-Py python Redis bindings as well as functions to patch them to allow most existing code that uses them to run with little or no modifications.
* **Secure** - It uses a secure default Redis configuraton that is only accessible by the creating user on the computer system it is run on.

Expand Down

0 comments on commit c33f07c

Please sign in to comment.