mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 15:00:17 +08:00
Deploy Redis module and start using custom Redis commands. (#128)
* Add RAY.CONNECT Redis command. * Add RAY.GET_CLIENT_ADDRESS command. * Build and clean Redis in common Makefile. * Use custom Redis module in Ray and use custom CONNECT and GET_CLIENT_ADDRESS commands. * Fixes. * Remove mapping from redis client ID to ray db client ID. * Fix.
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ class install(_install.install):
|
||||
setup(name="ray",
|
||||
version="0.0.1",
|
||||
packages=find_packages(),
|
||||
package_data={"common": ["thirdparty/redis/src/redis-server"],
|
||||
package_data={"common": ["thirdparty/redis/src/redis-server",
|
||||
"redis_module/ray_redis_module.so"],
|
||||
"plasma": ["plasma_store",
|
||||
"plasma_manager",
|
||||
"libplasma.so"],
|
||||
|
||||
Reference in New Issue
Block a user