Redis SQL delete
RedisGate: http://redisgate.kr/redis/sql/delete_...
형식: DELETE FROM DATATYPE.KEY*
예 : DELETE FROM STRING.KEY*
STRING
. delete from string.mycity09;
. delete from string.mycity*;
. delete from string.mycity* where value = 'Daejeon';
. delete from string.mycity* where value BETWEEN 'Daejeon' and 'Jeju';
LIST
. delete from list.mylist1;
. delete from list.* where value = 'value10';
SET
. delete from set.myset1;
. delete from set.* where value = 'mem10';
ZSET
. delete from zset.myzset1;
. delete from zset.* where score = 10;
HASH
delete from hash.myname1;
delete from hash.* where name = 'kang';
On this page of the site you can watch the video online Redis SQL delete with a duration of hours minute second in good quality, which was uploaded by the user redisGate 15 April 2022, share the link with friends and acquaintances, this video has already been watched 44 times on youtube and it was liked by 1 viewers. Enjoy your viewing!