mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00
![]() * Add TableRequestNotifications and TableCancelNotifications to Redis modules * Add RequestNotifications and CancelNotifications to generic GCS Table * Add tests for subscribing to specific keys * Remove TODO! * Return the current value at the key directly from RequestNotifications instead of through publish * Add unit test for Lookup failure callback * Modify tests to account for empty subscription response * Remove ObjectTable notification methods * Clean up message parsing and doc in redis context * Use vectors of DataT in all GCS callbacks * Clean up SubscriptionCallback * Move Table definitions into tables.cc * Refactor and document redis modules * doc * Fix new GCS build * Cleanups * Revert "Fix new GCS build" This reverts commit 6e3e69090c67ef60aaf22a9cf62be0290d989e96. * Use vectors for internal callback interface, user-facing interface takes a reference to a single item * Fix new GCS build * Add unit test for Lookup failure callback * Fix compiler errors * Cleanup * Publish the entry ID with the notification * Check that the ID for a notification matches in client tests |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ray_redis_module.cc | ||
redis_string.h | ||
redismodule.h |