mirror of https://github.com/ledisdb/ledisdb.git
Golang -> Go, rename
This commit is contained in:
parent
8f8a39e8a4
commit
671eeebdc3
|
@ -39,7 +39,7 @@
|
|||
|
||||
<div class="jumbotron">
|
||||
<h1>LedisDB</h1>
|
||||
<p class="lead">A high performance NoSQL like Redis implemented by Golang.</p>
|
||||
<p class="lead">A high performance NoSQL like Redis implemented by Go.</p>
|
||||
<p><a class="btn btn-lg btn-ledis" target="_blank" href="https://github.com/siddontang/ledisdb" role="button">
|
||||
<i class="glyphicon glyphicon-eye-open"></i>
|
||||
View on GitHub</a></p>
|
||||
|
@ -65,10 +65,10 @@
|
|||
<div class="col-lg-6">
|
||||
|
||||
<h3>Multi-Clients </h3>
|
||||
<p>Multiple clients API supports, including Golang, Python, Lua(Openresty).</p>
|
||||
<p>Multiple clients API supports, including Go, Python, Lua(Openresty).</p>
|
||||
|
||||
<h3>Easy Embedding</h3>
|
||||
<p>Easy to embed in Golang application.</p>
|
||||
<p>Easy to embed in Go application.</p>
|
||||
|
||||
<h3>Data Protection</h3>
|
||||
<p>Replication to guarantee data safety.</p>
|
||||
|
|
Loading…
Reference in New Issue