mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 09:12:56 +08:00
7ff56ce826
* Introduce set data structure in GCS. Change object table to Set instance. * Fix a logic bug. Update python code. * lint * lint again * Remove CURRENT_VALUE mode * Remove 'CURRENT_VALUE' * Add more test cases * rename has_been_created to subscribed. * Make `changed` parameter type of `bool *` * Rename mode to notification_mode * fix build * RAY.SET_REMOVE return error if entry doesn't exist * lint * Address comments * lint and fix build