summaryrefslogtreecommitdiff
path: root/redis/commands/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/core.py')
-rw-r--r--redis/commands/core.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/redis/commands/core.py b/redis/commands/core.py
index 2dd7c10..0823315 100644
--- a/redis/commands/core.py
+++ b/redis/commands/core.py
@@ -817,6 +817,13 @@ class ManagementCommands:
else:
return self.execute_command("LOLWUT", **kwargs)
+ def reset(self):
+ """Perform a full reset on the connection's server side contenxt.
+
+ See: https://redis.io/commands/reset
+ """
+ return self.execute_command("RESET")
+
def migrate(
self,
host,