From 4985dc296558a6cdfa5c8c68ab445996c8461f71 Mon Sep 17 00:00:00 2001 From: Attumm Date: Sat, 4 Dec 2021 21:41:25 +0100 Subject: [PATCH] Changed better text for experimental types --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e16e0..3e25710 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,10 @@ As of writing, redis-dict supports the following types. #### Other Types not fully supported Experimental support for the following types. List, Dictionary supported provided with json serialization. -Although is not the best solution, it can work for many usecases. So use at your discretion. +If your list or Dictionary can be serializate by json this feature will work. + +Although is not the best solution, it could work for many usecases. So use at your discretion. +If there is need for other referenced types open issue on github. * List * Dictionary