直接執行命令
Redis-py 提供了 execute_command
方法來直接呼叫 Redis 操作。此功能可用於訪問 redis-py 客戶端中可能沒有支援介面的任何模組。例如,你可以使用 execute_command
列出載入到 Redis 伺服器中的所有模組:
r.execute_command('MODULE', 'LIST')
Redis-py 提供了 execute_command
方法來直接呼叫 Redis 操作。此功能可用於訪問 redis-py 客戶端中可能沒有支援介面的任何模組。例如,你可以使用 execute_command
列出載入到 Redis 伺服器中的所有模組:
r.execute_command('MODULE', 'LIST')