This website requires JavaScript.
Explore
Help
Sign In
pkg
/
SugarDB
Watch
1
Star
0
Fork
0
You've already forked SugarDB
mirror of
https://github.com/EchoVault/SugarDB.git
synced
2025-10-26 01:10:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b1ddcd178e73462e34eb423f995718c0dfc3f28a
SugarDB
/
internal
History
Kelvin Mwinuka
76568285ab
Implemented outward-facing API for SET module commands
2024-03-28 22:52:32 +08:00
..
acl
Created DefaultConfig to be used when embedding echovaule. Moved ACL and PubSub to internal packages with only the associated commands in the modules folder. Initialise ACL and PubSub when creating new EchoVault instance which removed the need to pass WithACL and WithPubSub options.
2024-03-26 18:15:27 +08:00
aof
Moved some types into internal folder as they will do not need to be exported. Changed GetState method to getState to make it private to the echovault package
2024-03-26 20:26:48 +08:00
config
Created DefaultConfig to be used when embedding echovaule. Moved ACL and PubSub to internal packages with only the associated commands in the modules folder. Initialise ACL and PubSub when creating new EchoVault instance which removed the need to pass WithACL and WithPubSub options.
2024-03-26 18:15:27 +08:00
eviction
Moved aof and snapshot packages to internal folder
2024-03-26 13:51:37 +08:00
memberlist
Moved some types into internal folder as they will do not need to be exported. Changed GetState method to getState to make it private to the echovault package
2024-03-26 20:26:48 +08:00
pubsub
Created DefaultConfig to be used when embedding echovaule. Moved ACL and PubSub to internal packages with only the associated commands in the modules folder. Initialise ACL and PubSub when creating new EchoVault instance which removed the need to pass WithACL and WithPubSub options.
2024-03-26 18:15:27 +08:00
raft
Moved some types into internal folder as they will do not need to be exported. Changed GetState method to getState to make it private to the echovault package
2024-03-26 20:26:48 +08:00
snapshot
Moved some types into internal folder as they will do not need to be exported. Changed GetState method to getState to make it private to the echovault package
2024-03-26 20:26:48 +08:00
types.go
Moved some types into internal folder as they will do not need to be exported. Changed GetState method to getState to make it private to the echovault package
2024-03-26 20:26:48 +08:00
utils.go
Implemented outward-facing API for SET module commands
2024-03-28 22:52:32 +08:00