redis-state-machine
redis-state-machine copied to clipboard
A persistent state machine for redis
Results
3
redis-state-machine issues
Sort by
recently updated
recently updated
newest added
A state machine has a final state, it should not be able to rewind the associated states
feature
If we store RedisString within our type instead of String, then we can reduce the memory footprint and stop copying strings around.
bug