Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bluesky-social
/
kvdb
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
39
Code
Issues
1
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: bluesky-social/kvdb
Actions
All workflows
Workflows
ci
ci
Dependabot Updates
Dependabot Updates
Dependency Graph
Dependency Graph
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
165 workflow runs
165 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
bullets
golang
#90:
Commit
ffbc91c
pushed by
jcalabro
25s
jc/schema
jc/schema
25s
View workflow file
update the readme to explain our key layout a bit and improve dev ins…
golang
#89:
Commit
f9e3070
pushed by
jcalabro
1m 10s
jc/schema
jc/schema
1m 10s
View workflow file
re-implement incr and decr variations
golang
#88:
Commit
2dfd7c5
pushed by
jcalabro
1m 27s
jc/schema
jc/schema
1m 27s
View workflow file
add a test for large objects
golang
#87:
Commit
ead11bf
pushed by
jcalabro
1m 16s
jc/schema
jc/schema
1m 16s
View workflow file
read and write blob objects from the database
golang
#86:
Commit
20df52e
pushed by
jcalabro
1m 20s
jc/schema
jc/schema
1m 20s
View workflow file
Allow for a flexible UID prefix pivot point
golang
#85:
Commit
5274d85
pushed by
jazware
1m 27s
moveable_uid_pivot
moveable_uid_pivot
1m 27s
View #9
View workflow file
create some proto object helpers
golang
#84:
Commit
2d165de
pushed by
jcalabro
1m 8s
jc/schema
jc/schema
1m 8s
View workflow file
initialize the user's obj and meta dirs
golang
#83:
Commit
e767e6f
pushed by
jcalabro
1m 18s
jc/schema
jc/schema
1m 18s
View workflow file
TestAuthentication and fix bugs
golang
#82:
Commit
6dcbbce
pushed by
jcalabro
1m 21s
jc/schema
jc/schema
1m 21s
View workflow file
handle ACL commands to create new users
golang
#81:
Commit
e3dfa2a
pushed by
jcalabro
1m 6s
jc/schema
jc/schema
1m 6s
View workflow file
allow the user to log in if they are enabled
golang
#80:
Commit
67cb74f
pushed by
jcalabro
1m 29s
jc/schema
jc/schema
1m 29s
View workflow file
enable the creation of an admin user on application startup
golang
#79:
Commit
5fcb8a6
pushed by
jcalabro
1m 5s
jc/schema
jc/schema
1m 5s
View workflow file
start implementing new keyspace schema. we require auth for all commands
golang
#78:
Commit
c4981ab
pushed by
jcalabro
1m 32s
jc/schema
jc/schema
1m 32s
View workflow file
no more set keys
golang
#77:
Commit
c3b6d5e
pushed by
jcalabro
1m 12s
main
main
1m 12s
View workflow file
use large object encoding for get/set/del/incr/decr
golang
#76:
Commit
80b8970
pushed by
jcalabro
1m 20s
main
main
1m 20s
View workflow file
fix log/trace copy+paste
golang
#75:
Commit
1b847d7
pushed by
jcalabro
1m 30s
main
main
1m 30s
View workflow file
add readme note about repo status
golang
#74:
Commit
cc1727c
pushed by
jcalabro
1m 17s
main
main
1m 17s
View workflow file
add tests for set operations (need to fix a couple bugs)
golang
#73:
Commit
3abc15a
pushed by
jcalabro
42s
main
main
42s
View workflow file
test for INCR/INCRBY/DECR/DECRBY
golang
#72:
Commit
d9e47a0
pushed by
jcalabro
1m 14s
main
main
1m 14s
View workflow file
re-order switch
golang
#71:
Commit
4d31edf
pushed by
jcalabro
1m 20s
main
main
1m 20s
View workflow file
test for GET/SET/EXISTS/DEL, fix panic on invalid input
golang
#70:
Commit
9615005
pushed by
jcalabro
1m 30s
main
main
1m 30s
View workflow file
reduce function stuttering now that we have a redis package
golang
#69:
Commit
acc1aea
pushed by
jcalabro
1m 7s
main
main
1m 7s
View workflow file
simple test for PING
golang
#68:
Commit
70c6b67
pushed by
jcalabro
1m 15s
main
main
1m 15s
View workflow file
move all the resp formatters to the resp package
golang
#67:
Commit
724a4f5
pushed by
jcalabro
1m 14s
main
main
1m 14s
View workflow file
move redis server code to its own package ./internal/server/redis
golang
#66:
Commit
380faa0
pushed by
jcalabro
1m 3s
main
main
1m 3s
View workflow file
Previous
1
2
3
4
5
6
7
Next
You can’t perform that action at this time.