mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 11:26:24 +08:00
[redis-py] change redis-py deprecated hmset usage to hset (#11776)
This commit is contained in:
+1
-1
@@ -643,7 +643,7 @@ class Node:
|
||||
process_info,
|
||||
]
|
||||
redis_client = self.create_redis_client()
|
||||
redis_client.hmset("webui", {"url": self._webui_url})
|
||||
redis_client.hset("webui", mapping={"url": self._webui_url})
|
||||
|
||||
def start_plasma_store(self, plasma_directory, object_store_memory):
|
||||
"""Start the plasma store."""
|
||||
|
||||
Reference in New Issue
Block a user