Skip to content

Commit

Permalink
INCR,DECR, sharded kv engine, support for redis-benchmark and improve…
Browse files Browse the repository at this point in the history
…d RESP req & response

Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
  • Loading branch information
OmkarPh committed Mar 25, 2024
1 parent 0aa078b commit 880cd40
Show file tree
Hide file tree
Showing 29 changed files with 857 additions and 410 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.rdb
notes.txt
build/
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
$ git clone https://github.com/OmkarPh/redis-lite.git

# Go into the server directory
$ cd redis-lite/server/cmd
$ cd redis-lite

# Run the server
$ go run .

# Build executible
$ go build -o build/redis-lite-server -v
```

## Supported redis-cli commands
Expand Down
171 changes: 0 additions & 171 deletions cmd/actions.go

This file was deleted.

8 changes: 0 additions & 8 deletions cmd/config.go

This file was deleted.

23 changes: 0 additions & 23 deletions cmd/kvEngine.go

This file was deleted.

116 changes: 0 additions & 116 deletions cmd/parser.go

This file was deleted.

54 changes: 0 additions & 54 deletions cmd/respMarshall.go

This file was deleted.

Loading

0 comments on commit 880cd40

Please sign in to comment.