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 }}
java89757
/
redis
Public
forked from
redis/redis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
redis
src
redis-cli.c
on
unstable
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 18, 2016
redis-cli LRU test mode: randomize value of key when setting.
Show description for 24dd4a8
antirez
committed
24dd4a8
View commit details
Copy full SHA for 24dd4a8
View code at this point
Browse repository at this point
redis-cli LRU test mode: remove newline from key names.
antirez
committed
b8450d7
View commit details
Copy full SHA for b8450d7
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
redis-cli: check SELECT reply type just in state updated.
Show description for ef6a4df
antirez
committed
ef6a4df
View commit details
Copy full SHA for ef6a4df
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
Fix for redis_cli printing default DB when select command fails.
sskorgal
authored
9dfd9d1
View commit details
Copy full SHA for 9dfd9d1
View code at this point
Browse repository at this point
Commits on Jun 16, 2016
redis-cli: really connect to the right server.
Show description for 7c8f275
antirez
committed
7c8f275
View commit details
Copy full SHA for 7c8f275
View code at this point
Browse repository at this point
Commits on May 21, 2016
Remove debug printing
badboy
committed
892565f
View commit details
Copy full SHA for 892565f
View code at this point
Browse repository at this point
Commits on May 7, 2016
redis-cli: integrate help.h with COMMAND output.
Show description for 8eb43bf
antirez
committed
8eb43bf
View commit details
Copy full SHA for 8eb43bf
View code at this point
Browse repository at this point
Commits on May 5, 2016
redis-cli: remove debugging message.
antirez
committed
94dc71f
View commit details
Copy full SHA for 94dc71f
View code at this point
Browse repository at this point
Merge pull request #3008 from badboy/fix-2911
Show description for 7b90815
antirez
committed
7b90815
View commit details
Copy full SHA for 7b90815
View code at this point
Browse repository at this point
redis-cli: don't free historyfile, is used later.
antirez
committed
02db338
View commit details
Copy full SHA for 02db338
View code at this point
Browse repository at this point
Merge pull request #3077 from Palethorn/ipv6-redirect-parse
Show description for a4df156
antirez
committed
a4df156
View commit details
Copy full SHA for a4df156
View code at this point
Browse repository at this point
Commits on May 4, 2016
Minor redis-cli wording change in --help output.
antirez
committed
b632f78
View commit details
Copy full SHA for b632f78
View code at this point
Browse repository at this point
Commits on Apr 25, 2016
add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanup
oranagra
committed
f8909a2
View commit details
Copy full SHA for f8909a2
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
redis-cli preferences and rc file support.
antirez
committed
e0eb5f6
View commit details
Copy full SHA for e0eb5f6
View code at this point
Browse repository at this point
redis-cli hints.
antirez
committed
d1ddf7e
View commit details
Copy full SHA for d1ddf7e
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Reverse redirect address parse
Show description for c30ffaa
Palethorn
committed
c30ffaa
View commit details
Copy full SHA for c30ffaa
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
Fix nanosecond conversion
Show description for 15dacfe
badboy
committed
15dacfe
View commit details
Copy full SHA for 15dacfe
View code at this point
Browse repository at this point
Commits on Jan 8, 2016
Lua debugger: support direct calls to SCRIPT DEBUG in redis-cli.
Show description for 7c1a5ff
antirez
committed
7c1a5ff
View commit details
Copy full SHA for 7c1a5ff
View code at this point
Browse repository at this point
Commits on Nov 28, 2015
fix sprintf and snprintf format string
Show description for 96628cc
antirez
committed
96628cc
View commit details
Copy full SHA for 96628cc
View code at this point
Browse repository at this point
Commits on Nov 17, 2015
Lua debugger: redis-cli: allow restart after end of session.
antirez
committed
6604e04
View commit details
Copy full SHA for 6604e04
View code at this point
Browse repository at this point
Lua debugger: redis-cli can restart Lua debugging sessions.
antirez
committed
58573f1
View commit details
Copy full SHA for 58573f1
View code at this point
Browse repository at this point
Lua debugger: maxlen command implemented.
Show description for 0cc1917
antirez
committed
0cc1917
View commit details
Copy full SHA for 0cc1917
View code at this point
Browse repository at this point
Lua debugger: redis-cli: show compile errors in LDB mode.
antirez
committed
22959e0
View commit details
Copy full SHA for 22959e0
View code at this point
Browse repository at this point
Lua debugger: redis-cli error when --ldb is without --eval.
Show description for 6de2306
antirez
committed
6de2306
View commit details
Copy full SHA for 6de2306
View code at this point
Browse repository at this point
Lua debugger: use sds_malloc() to allocate eval cli array.
Show description for e57cccd
antirez
committed
e57cccd
View commit details
Copy full SHA for e57cccd
View code at this point
Browse repository at this point
Lua debugger: better support for synchronous mode.
antirez
committed
87672ad
View commit details
Copy full SHA for 87672ad
View code at this point
Browse repository at this point
Lua debugger: inform user changes are rolled back.
Show description for 3ab0b4d
antirez
committed
3ab0b4d
View commit details
Copy full SHA for 3ab0b4d
View code at this point
Browse repository at this point
Lua debugger: clear end of session protocol.
Show description for e386cd8
antirez
committed
e386cd8
View commit details
Copy full SHA for e386cd8
View code at this point
Browse repository at this point
Lua debugger: redis.debug() implemented.
antirez
committed
7492237
View commit details
Copy full SHA for 7492237
View code at this point
Browse repository at this point
Lua debugger: redis-cli, mark end of debugging session.
antirez
committed
23a4d70
View commit details
Copy full SHA for 23a4d70
View code at this point
Browse repository at this point
Lua debugger: much better Lua values pretty printer.
antirez
committed
1f8fdaf
View commit details
Copy full SHA for 1f8fdaf
View code at this point
Browse repository at this point
Lua debugger: output improvements, eval command.
antirez
committed
cf4700b
View commit details
Copy full SHA for cf4700b
View code at this point
Browse repository at this point
Lua debugger: breakpoints.
antirez
committed
1f8d614
View commit details
Copy full SHA for 1f8d614
View code at this point
Browse repository at this point
Lua debugger: log Redis commands. List command.
antirez
committed
5417217
View commit details
Copy full SHA for 5417217
View code at this point
Browse repository at this point
Lua debugger: initial REPL.
antirez
committed
d3d1fa9
View commit details
Copy full SHA for d3d1fa9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.