Roman Gershman
|
3f80b89e19
|
Implement TYPE and SCAN commands. Update readme with the progress
|
2022-02-24 14:11:51 +02:00 |
Roman Gershman
|
af1fe6e114
|
Introduce dbslice versioning
|
2022-02-24 14:11:51 +02:00 |
Roman Gershman
|
069ed12c68
|
Introduce a naive snapshot flow and implement SaveBody for string/list entries
|
2022-02-24 14:11:51 +02:00 |
Roman Gershman
|
7a839b6081
|
Fix size() bug in dashtable
add more stats to info command
fix warnings in -O3 mode.
|
2022-02-24 14:11:51 +02:00 |
Roman Gershman
|
f4cfce143c
|
Switch PrimeTable to DashTable
|
2022-02-24 14:11:51 +02:00 |
Roman Gershman
|
0cf2f57bf2
|
Fix expiry bug in AddOrFind function
Also add more test coverage.
Fix a bug where iterators might get invalidated between Renamer hops.
Initial work on BLPOP transaction.
|
2022-01-12 08:48:41 +02:00 |
Roman Gershman
|
e7071b73b1
|
Refactor server commands into server_family.
Introduce FlushDb. Minor cleanups and renamings.
|
2022-01-08 11:07:31 +02:00 |
Roman Gershman
|
d64b4e01ea
|
Implement basic list operations
Fix redis linker dependencies. Bring more redis (BSD-3) code.
Fix bugs related to multi-database redis.
Introduce multiple types for redis values.
|
2022-01-02 10:40:16 +02:00 |
Roman Gershman
|
55ee0563b0
|
Consolidate generic commands under generic_family. Add Del, Echo, Ttl and select commands
|
2021-12-26 17:25:49 +02:00 |
Roman Gershman
|
ebd404ff5d
|
Introduce VLL transactions
|
2021-12-22 17:17:52 +02:00 |
Roman Gershman
|
7fe07f8e4f
|
Introduce TxQueue and IntentLock for VLL algo
|
2021-12-20 22:46:51 +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
|
d7b22ca582
|
Add APACHE-2.0 license. Fix file headers everywhere
|
2021-11-28 09:29:26 +02:00 |
Roman Gershman
|
18525d2b5e
|
Introduce some pipelining support.
Also some refactoring.
|
2021-11-24 14:09:53 +02:00 |
Roman Gershman
|
ec78c8a2af
|
Add SET command and thread local db slice
|
2021-11-17 16:33:36 +02:00 |