From 265dbfa84d9ab48e696cc29198da9c1ba3a86cb4 Mon Sep 17 00:00:00 2001 From: Govindas Date: Wed, 25 Nov 2020 17:07:30 +0200 Subject: [PATCH] Remove to-do list from readme (refer to issues) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 94e8ae4..9c81b08 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -**To-do List** -1. Fix memory leak of /reloadredis (Not yet known how to fix it, it can be easily noticed by changing IP addresses and using NetworkInterceptor plugin, it'll show connections still being done to old IP address, aswell as the new one, even if it doesn't use old IP address for anything.) - - RediSkript allows you to communicate between your servers with use of Redis, it's very fast and easy to use. You can transfer any data in the form of text between your servers, you can program it to execute a set of instructions on the server depending on the redis message, etc. This can be used for making scripts that sync data between all servers and much more!