From e68307cf5b0fbfefe32a6e9072d9f39224e31e56 Mon Sep 17 00:00:00 2001 From: luisacosta Date: Fri, 4 Jun 2021 12:13:46 -0400 Subject: [PATCH] Added package redismodules --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0d88fb5..865c084 100644 --- a/packages.json +++ b/packages.json @@ -22776,5 +22776,17 @@ "description": "Preserves data model and serialization format", "license": "ISC", "web": "https://preserves.gitlab.io/preserves/" + }, + { + "name": "redismodules", + "url": "https://github.com/luisacosta828/redismodules", + "method": "git", + "tags": [ + "redis", + "redismodule" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/luisacosta828/redismodules" } ]