From c2a6e1cc6d9f67c4f83101796f9b430a0dbef27a Mon Sep 17 00:00:00 2001 From: MagnarAr Date: Thu, 24 Sep 2020 15:31:08 +0300 Subject: [PATCH] Fix moving person to right set --- Redis_Students-Docker.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Redis_Students-Docker.ipynb b/Redis_Students-Docker.ipynb index bbfecdb..05336b0 100644 --- a/Redis_Students-Docker.ipynb +++ b/Redis_Students-Docker.ipynb @@ -733,7 +733,7 @@ "metadata": {}, "outputs": [], "source": [ - "r.smove('friends', 'players','Fabiano')" + "r.smove('friends', 'players:online', 'Fabiano')" ] }, {