1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-12 14:16:39 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Philipp Moritz
db8c0acc71 Refactor state database ()
* make db_connect return the connection

* rename db_conn -> db_handle

* more renaming

* clang-format

* free the db_handle
2016-09-25 21:52:06 -07:00
Philipp Moritz
7907992609 [WIP] Event loop refactoring ()
* task queue tests and extensions

* event loop refactor

* fix formating
2016-09-23 22:53:58 -07:00
Philipp Moritz
e1b8711a01 Redis logging ()
* Redis logging

* Rearrange logging interfaces

* Fix test case

* Changes to logging interface and test case for logging

* Fixes

* Fix memory leaks

* Add interface method to destroy logger

* is_local -> is_direct

* Merge fix
2016-09-23 17:10:15 -07:00
Philipp Moritz
7a079547b0 task queue tests and extensions ()
* task queue tests and extensions

* clean up test
2016-09-22 23:15:45 -07:00
Stephanie Wang
313241e303 Asynchronous Redis IPC ()
* Asynchronous Redis IPC

* make valgrind happy

* cleanup
2016-09-20 22:40:35 -07:00