File tree 7 files changed +24
-5
lines changed
7 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ with TCP sockets and a [RESP](https://redis.io/topics/protocol) protocol.
12
12
![ Lines of code] ( https://img.shields.io/tokei/lines/github/keva-dev/keva?style=flat-square )
13
13
![ GitHub code size in bytes] ( https://img.shields.io/github/languages/code-size/keva-dev/keva?style=flat-square )
14
14
![ GitHub] ( https://img.shields.io/github/license/keva-dev/keva?style=flat-square )
15
+ ![ Maven Central] ( https://img.shields.io/maven-central/v/dev.keva/kevadb?style=flat-square )
15
16
16
17
Major dependencies: [ Netty] ( https://github.com/netty/netty ) , [ ChronicleMap] ( https://github.com/OpenHFT/Chronicle-Map )
17
18
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ with TCP sockets and a [RESP](https://redis.io/topics/protocol) protocol.
8
8
9
9
## Features
10
10
11
- - High performance and low latency in-memory key-value database
11
+ - Low latency in-memory key-value database
12
12
- Compatible with Redis protocol
13
13
- Multithreading engine helps to maximize the use of system's resources
14
14
- Persistence in-memory data to disk
Original file line number Diff line number Diff line change 1
1
# Benchmark
2
2
3
3
:::warning WIP
4
- Because we're in early development stage, a more detailed test will be provided later (when Keva is more mature and stable)
4
+ Because we're in early development stage, a more detailed benchmark will be provided later (when Keva is more mature and stable)
5
5
:::
6
6
7
- Keva's performance is on par with the Redis 6.2.6
7
+ Keva's throughput and latency ( ` GET ` / ` SET ` ) is on par with the Redis 6.2.6
8
8
9
9
Redis 6.2.6:
10
10
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Parameters:
34
34
35
35
## Docker
36
36
37
- Available in [ Docker Hub] ( https://hub.docker.com/r/kevadev/keva-server )
37
+ Available at [ Docker Hub] ( https://hub.docker.com/r/kevadev/keva-server )
38
38
39
39
Pull image:
40
40
Original file line number Diff line number Diff line change 3
3
:::warning WIP
4
4
This feature is under development
5
5
:::
6
+
7
+ This feature is not available yet.
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ features:
10
10
- title : High Throughput
11
11
details : Keva comes with multithreaded engine which will maximize the use of your system's resources
12
12
- title : High Availability
13
- details : Simplify your high availability setup with master-replica nodes, sharded cluster mode will also be available soon
13
+ details : Simplify your high availability setup with master-replica nodes and sharded cluster mode ( will be available soon)
14
14
footer : Apache-2.0 Licensed | Copyright © 2021 Keva Team
15
15
---
16
16
17
17
<p style =" text-align : right ; max-width : 960px ; margin : auto ;" >
18
18
<img src =" https://img.shields.io/github/workflow/status/keva-dev/keva/Build/master?label=build&style=flat-square " alt =" GitHub Workflow Status (branch) " >
19
19
<img src =" https://img.shields.io/tokei/lines/github/keva-dev/keva?style=flat-square " alt =" Lines of code " >
20
20
<img src =" https://img.shields.io/github/license/keva-dev/keva?style=flat-square " alt =" GitHub " >
21
+ <img src =" https://img.shields.io/maven-central/v/dev.keva/kevadb?style=flat-square " alt =" Maven Central " >
21
22
</p >
22
23
23
24
<div style =" margin-top : 2rem ; max-width : 960px ; text-align : center ; font-size : 1.5rem ; font-weight : bold ;" >Lab Product of</div >
Original file line number Diff line number Diff line change @@ -67,4 +67,19 @@ Keva project is built by a team of enthusiastic and passionate engineers formed
67
67
</p>
68
68
</td>
69
69
</tr>
70
+ <tr style="background: #fff">
71
+ <td><img src="https://avatars.githubusercontent.com/u/18006732?v=4" style="max-width: 100px;"></td>
72
+ <td>
73
+ <h3>An Nguyen</h3>
74
+ <p>Core Focus</p>
75
+ <p>
76
+ <img src="https://image.flaticon.com/icons/png/512/25/25231.png" style="max-width: 12.5px; margin-right: 2.5px;"/>
77
+ <a href="https://github.com/yampml" target="_blank">yampml</a>
78
+ </p>
79
+ <p>
80
+ <img src="https://i.imgur.com/dKTwo4A.jpg" style="max-width: 12.5px; margin-right: 2.5px;"/>
81
+ <a href="mailto:[email protected] " target="_blank">[email protected] </a>
82
+ </p>
83
+ </td>
84
+ </tr>
70
85
</table >
You can’t perform that action at this time.
0 commit comments