Skip to content

Commit

Permalink
Updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirj committed May 16, 2020
1 parent 2afeb7a commit 70947f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# REDIMO

![Go](https://github.com/sudhirj/redimo.go/workflows/Go/badge.svg)
[![Go](https://github.com/sudhirj/redimo.go/workflows/Go/badge.svg)](https://github.com/sudhirj/redimo.go/actions)
[![GoDoc](https://godoc.org/github.com/sudhirj/redimo.go?status.svg)](https://pkg.go.dev/github.com/sudhirj/redimo.go?tab=doc)

Redimo is a library that allows you to use the Redis API on DynamoDB. The DynamoDB system is excellent at what it does on a specific set of use cases, but is more difficult to use than it should be because the API is very low level and requires a lot of arcane knowledge. The Redis API, on the other hand, deals with familiar data structures (key-value, sets, sorted sets, lists, streams, hash maps) that you can directly map to your application's data. Redimo bridges the two and translates the Redis API operations into space / time / cost-efficient DynamoDB API calls.

Expand Down

0 comments on commit 70947f8

Please sign in to comment.