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-06 00:16:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aa7b5fa8cccd28a7498a47993e715178dc287766
SugarDB
/
internal
/
modules
/
sorted_set
History
Kelvin Clement Mwinuka
aa7b5fa8cc
Added ZRemRangeByLex and ZRemRangeByRank to embedded API.
2024-05-14 02:11:10 +08:00
..
commands_test.go
Removed test folder and moved all commands tests to their respective internal modules. Moved api tests into echovault package. This change has been made because the speratate test folder is not idiomatic and caused test coverage report to not be generated.
2024-05-04 17:45:10 +08:00
commands.go
Added ZRemRangeByLex and ZRemRangeByRank to embedded API.
2024-05-14 02:11:10 +08:00
key_funcs.go
Added godoc commends for embedded methods and types to extend commands. Moved constants to internal directory
2024-04-29 15:20:10 +08:00
sorted_set.go
Removed duplicate imports for set, sorted_set, pubsub and acl modules. Moved /modules from /pkg to /internal. Delted commands package: Commands will now be automatically loaded when an EchoVault instance is initialised.
2024-04-24 22:37:16 +08:00
utils.go
Removed duplicate imports for set, sorted_set, pubsub and acl modules. Moved /modules from /pkg to /internal. Delted commands package: Commands will now be automatically loaded when an EchoVault instance is initialised.
2024-04-24 22:37:16 +08:00