Commit Graph

15 Commits

Author SHA1 Message Date
Roman Gershman a93940913b Add support for incr/decr/quit memcache commands 2022-02-24 14:11:51 +02:00
Roman Gershman 8072e79aab Add memcached append/prepend commands.
Implement these commands for redis as well (different semantics for non-existing keys)
Fix some mc parsing bugs.
Improve mc test.
2022-02-24 14:11:51 +02:00
Roman Gershman 8d2d49d782 Add AUTH command for 1.0 API 2022-02-24 14:11:51 +02:00
Roman Gershman 8a3207f23e Add skeleton of replication manager and initial support of replicaof command 2022-02-24 14:11:51 +02:00
Roman Gershman 3f80b89e19 Implement TYPE and SCAN commands. Update readme with the progress 2022-02-24 14:11:51 +02:00
Roman Gershman a82c409006 Update state of things 2022-01-09 20:43:49 +02:00
Roman Gershman 6ed248efdf more planning for the next milestones 2022-01-08 20:36:52 +02:00
Roman Gershman 0c14be51d4 Add detailed status regarding the first milestone (Egg) 2022-01-08 19:39:30 +02:00
Roman Gershman 08767afa1e Add ci badge to README 2021-12-21 11:07:29 +02:00
Roman Gershman ac2eb7d45c Adding expiry functionality.
1. Major refactoring
2. LICENSE is updated with commons clause.
3. Server is built as "dragonfly"
2021-12-20 11:42:55 +02:00
Roman Gershman 45294f8c2f Fix reply batching. 2021-11-30 21:01:09 +02:00
Roman Gershman 6c5e4dad3b Rename main binary to midi-redis 2021-11-30 10:11:59 +02:00
Roman Gershman d7b22ca582 Add APACHE-2.0 license. Fix file headers everywhere 2021-11-28 09:29:26 +02:00
Roman Gershman 6d32e56fbb
Update README.md 2021-11-24 14:17:44 +02:00
Roman Gershman 503aa8af52
Initial commit 2021-11-16 09:41:42 +02:00