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
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 }}
aisk
/
rust-memcache
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
152
Code
Issues
13
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Pipeline Operations
- #110
#110
Open
hathawsh
wants to merge 9 commits into
aisk:master
aisk/rust-memcache:master
from
hathawsh:pipeline-ops
hathawsh/rust-memcache:pipeline-ops
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Pipeline Operations
#110
hathawsh
wants to merge 9 commits into
aisk:master
aisk/rust-memcache:master
from
hathawsh:pipeline-ops
hathawsh/rust-memcache:pipeline-ops
Copy head branch name to clipboard
Commits
Commits on Feb 9, 2020
Add two pipelined methods: client.sets() and client.deletes().
Show description for b514631
hathawsh
committed
b514631
View commit details
Copy full SHA for b514631
Browse repository at this point
Improve error handling: when pipelining, receive all responses to keep the protocol in sync.
hathawsh
committed
4c75070
View commit details
Copy full SHA for 4c75070
Browse repository at this point
Revise proposed method names to set_multi and delete_multi; add get_multi and leave a "gets" alias.
Show description for 038658b
hathawsh
committed
038658b
View commit details
Copy full SHA for 038658b
Browse repository at this point
Use where clauses on the _multi methods to improve the documentation layout
hathawsh
committed
e1753f5
View commit details
Copy full SHA for e1753f5
Browse repository at this point
Fix two ASCII protocol bugs.
Show description for 337433e
hathawsh
committed
337433e
View commit details
Copy full SHA for 337433e
Browse repository at this point
Commits on Feb 11, 2020
Rename get_multi -> gets, set_multi -> sets, delete_multi -> deletes. More concise.
hathawsh
committed
29f88ff
View commit details
Copy full SHA for 29f88ff
Browse repository at this point
Commits on Feb 12, 2020
Implement most of the suggestions by @letmutx.
Show description for 25ddf82
hathawsh
committed
25ddf82
View commit details
Copy full SHA for 25ddf82
Browse repository at this point
Simplify: only sets() needs something like IntoIterator; deletes and gets can use a slice: &[K].
Show description for b44bee6
hathawsh
committed
b44bee6
View commit details
Copy full SHA for b44bee6
Browse repository at this point
Copy the is_recoverable() method from the ClientBuilder branch by @letmutx and use it to make error handling more robust
hathawsh
committed
615f547
View commit details
Copy full SHA for 615f547
Browse repository at this point
You can’t perform that action at this time.