summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Update CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Fix incorrectly set environment variables in the server pluginValery Piashchynski
2021-01-15Add SpawnWorker tests to the pipes and socketsValery Piashchynski
2021-01-15Use uniform snake case in the configs, fix critical issue with wrongValery Piashchynski
calculation of workers in stack at the Destroy stage
2021-01-15gofmt stack_test.goValery Piashchynski
2021-01-15Update worker_watcher stack testsValery Piashchynski
2021-01-15Move stack data structure to the separate fileValery Piashchynski
2021-01-15Viper doesn't support `yaml` structure tags, it uses mapstructureValery Piashchynski
instead
2021-01-13Add IdleTTL testValery Piashchynski
Add removed state to the worker before it being removed
2021-01-13Update styly of the .rr.yamlValery Piashchynski
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process.
2021-01-05Finish implementation of the KVValery Piashchynski
2020-12-26Reorganize eventsv2.0.0-beta4Valery Piashchynski
2020-12-24Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30Valery Piashchynski
2020-12-23Initial implementation of serve, reset, workers commands for the RR2Valery Piashchynski
2020-12-22Redisighn factory interface (add event listeners as variadic)v2.0.0-alpha28Valery Piashchynski
2020-12-22events listeners refactor, CLI initial commitValery Piashchynski
2020-12-21Add some delay to the Test_StaticPool_Broken_ReplaceValery Piashchynski
2020-12-21Remove unused contex from interfaces. Update pool allocator.Valery Piashchynski
2020-12-20Resolve merge conflictValery Piashchynski
2020-12-20Merge remote-tracking branch 'origin/2.0' into plugin/redisValery Piashchynski
# Conflicts: # go.sum # pkg/pipe/pipe_factory_test.go # pkg/pool/static_pool.go # plugins/rpc/plugin.go
2020-12-20Latest goridge version supportValery Piashchynski
2020-12-18Move roadrunner payload out of internal to pkgv2.0.0-alpha25Valery Piashchynski
2020-12-17Move config interface to the interfaces folder. Initial redis pluginValery Piashchynski
structure
2020-12-17Redis initial commitValery Piashchynski
2020-12-17Update events handler, add mutex to pushValery Piashchynski
2020-12-17Attempt to fix race #1Valery Piashchynski
2020-12-17Fix deadlockValery Piashchynski
2020-12-17Fix race conditionValery Piashchynski
2020-12-17Now betterValery Piashchynski
2020-12-17huge refactorValery Piashchynski