mirror of
				https://github.com/taigrr/bitcask
				synced 2025-01-18 04:03:17 -08:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									8aa66c66da
								
							
						
					
					
						commit
						6cc1154611
					
				@ -4,13 +4,8 @@
 | 
				
			|||||||
[](https://codecov.io/gh/prologic/bitcask)
 | 
					[](https://codecov.io/gh/prologic/bitcask)
 | 
				
			||||||
[](https://goreportcard.com/report/prologic/bitcask)
 | 
					[](https://goreportcard.com/report/prologic/bitcask)
 | 
				
			||||||
[](https://godoc.org/github.com/prologic/bitcask) 
 | 
					[](https://godoc.org/github.com/prologic/bitcask) 
 | 
				
			||||||
[](https://sourcegraph.com/github.com/prologic/bitcask?badge)
 | 
					 | 
				
			||||||
[](https://github.com/prologic/bitcask/releases)
 | 
					 | 
				
			||||||
[](https://github.com/prologic/bitcask)
 | 
					[](https://github.com/prologic/bitcask)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://microbadger.com/images/prologic/bitcask)
 | 
					 | 
				
			||||||
[](https://microbadger.com/images/prologic/bitcask)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
A high performance Key/Value store written in [Go](https://golang.org) with a predictable read/write performance and high throughput. Uses a [Bitcask](https://en.wikipedia.org/wiki/Bitcask) on-disk layout (LSM+WAL) similar to [Riak](https://riak.com/). 🗃️
 | 
					A high performance Key/Value store written in [Go](https://golang.org) with a predictable read/write performance and high throughput. Uses a [Bitcask](https://en.wikipedia.org/wiki/Bitcask) on-disk layout (LSM+WAL) similar to [Riak](https://riak.com/). 🗃️
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For a more feature-complete Redis-compatible server, distributed key/value store have a look at [Bitraft](https://github.com/prologic/bitraft) which uses this library as its backend. Use [Bitcask](https://github.com/prologic/bitcask) as a starting point or if you want to embed in your application, use [Bitraft](https://github.com/prologic/bitraft) if you need a complete server/client solution with high availability with a Redis-compatible API.
 | 
					For a more feature-complete Redis-compatible server, distributed key/value store have a look at [Bitraft](https://github.com/prologic/bitraft) which uses this library as its backend. Use [Bitcask](https://github.com/prologic/bitcask) as a starting point or if you want to embed in your application, use [Bitraft](https://github.com/prologic/bitraft) if you need a complete server/client solution with high availability with a Redis-compatible API.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user