dal.plugins.resources.redis package
Submodules
dal.plugins.resources.redis.driver module
Copyright (C) Mov.ai - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential
Developers: - Alexandre Pires (alexandre.pires@mov.ai) - 2020
- class dal.plugins.resources.redis.driver.RedisPlugin
Bases:
ResourcePluginExposes a simple interface to implement a plugin to access physical resources
- read_binary(url: str)
Read a text file, returns all text in the file
- read_json(url: str)
Read a text file, returns all text in the file
- read_text(url: str)
Read a text file, returns all text in the file
Module contents
Copyright (C) Mov.ai - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential
Developers: - Alexandre Pires (alexandre.pires@mov.ai) - 2020
- class dal.plugins.resources.redis.RedisPlugin
Bases:
ResourcePluginExposes a simple interface to implement a plugin to access physical resources
- read_binary(url: str)
Read a text file, returns all text in the file
- read_json(url: str)
Read a text file, returns all text in the file
- read_text(url: str)
Read a text file, returns all text in the file