Skip to content

Commit 4ba4582

Browse files
committed
Added note about server
1 parent 381d0fe commit 4ba4582

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

redimo/index.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ title: REDIMO
33
permalink: /redimo/
44
layout: homepage
55
description: Redimo is a suite of libraries that apply the Redis API over DynamoDB. Currently available for Go.
6+
buttons:
7+
- content: REDIMO Server
8+
url: /redimo/server
9+
external_url: false
10+
- icon: github
11+
content: REDIMO.GO
12+
url: https://github.com/dbProjectRED
13+
external_url: true
614
grid_navigation:
715
- title: Introduction
816
excerpt: Redimo is a set of libraries that implement the Redis API on top of DynamoDB. The Go library is now available in beta.
@@ -19,7 +27,7 @@ grid_navigation:
1927
- title: Implementing Sets
2028
excerpt: How to implement Redis set operations in DynamoDB.
2129
cta: Read more
22-
url: /redimo/implementing-sets/
30+
url: /redimo/implementing-sets/
2331
- title: redimo.go
2432
excerpt: The Redimo library for Go is now available.
2533
cta: Read more

redimo/server.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Redis-Compatible Server for Redimo
3+
layout: default
4+
description: A RESP server can let you talk to Redimo/DyanmoDB as if it were Redis, with all your existing code and clients.
5+
6+
# Micro navigation
7+
micro_nav: false
8+
buttons:
9+
- content: REDIMO
10+
url: /redimo/
11+
external_url: false
12+
- icon: github
13+
content: REDIMO.GO
14+
url: https://github.com/dbProjectRED
15+
external_url: true
16+
17+
# Page navigation
18+
# page_nav:
19+
# prev:
20+
# content: REDIMO
21+
# url: /redimo/
22+
# next:
23+
# content: Implementing Strings
24+
# url: '#'
25+
26+
---
27+
28+
While a Go library, or even language-specific libraries are great, it would be nice to have a server that speaks the RESP protocol that allows you to use DynamoDB as if it were Redis. Now that we have the Redis operations mapped on to their DynamoDB equivalents, we can build such a server.
29+
30+
The current plan is to have a hosted service available for immediate use, which will scale quickly and easily to any level of load. If you want the server yourself, the code will be available under the [SSPL License](https://www.mongodb.com/licensing/server-side-public-license).
31+
32+
If you're interested in early access please contact me at [@sudhirj](https://twitter.com/sudhirj) or [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)