Roman Gershman
|
c6e4e97865
|
List fixes.
1. Fix blocked_clients statistic.
2. Add HELLO decorator.
3. Non-list keys should not wake blpop/brpop commands.
4. Fix Info output whitespacing.
|
2022-04-05 18:45:58 +03:00 |
|
Roman Gershman
|
37f09f315e
|
Implement MATCH and TYPE options for the SCAN command
|
2022-03-31 12:08:45 +03:00 |
|
Roman Gershman
|
d5281721bd
|
Add OUT_OF_MEMORY status.
make sure that low-level allocators throw bad_alloc to allow handling oom situations.
database level does not yet incorporate any OOM logic.
|
2022-03-11 12:20:25 +02:00 |
|
Roman Gershman
|
3f0fcbf99f
|
Factor out client connections module into a separate library called facade
|
2022-03-03 01:59:29 +02:00 |
|
Roman Gershman
|
28a2db1044
|
Implement hset method
|
2022-03-02 19:06:49 +02:00 |
|
Roman Gershman
|
b8521828e3
|
Add Dockerfile for prod container. Reorganize source tree to be docker-build friendly.
|
2022-02-25 10:03:42 +02:00 |
|