FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - williamjava/redis · GitHub
williamjava
/
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
on
unstable
User selector
Datepicker
Commit history
Commits on Nov 2, 2016
redis-cli typo fixed: perferences -> preferences.
Show description for 18d32c7
antirez
committed
18d32c7
View commit details
Copy full SHA for 18d32c7
View code at this point
Browse repository at this point
Merge pull request #3514 from charsyam/feature/simple-refactoring
Show description for fa2dc4b
antirez
authored
fa2dc4b
View commit details
Copy full SHA for fa2dc4b
View code at this point
Browse repository at this point
Merge pull request #3547 from yyoshiki41/refactor/redis-trib
Show description for 25811bc
antirez
authored
25811bc
View commit details
Copy full SHA for 25811bc
View code at this point
Browse repository at this point
Merge pull request #3575 from deep011/unstable
Show description for b3e7073
antirez
authored
b3e7073
View commit details
Copy full SHA for b3e7073
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
fixed sizeof in allocating io RedisModuleCtx*
dvirsky
committed
ec8fd6e
View commit details
Copy full SHA for ec8fd6e
View code at this point
Browse repository at this point
Merge pull request #3565 from sunheehnus/bitfield-fix-highest_write_offset
Show description for 77b1abf
antirez
authored
77b1abf
View commit details
Copy full SHA for 77b1abf
View code at this point
Browse repository at this point
Merge pull request #3573 from jybaek/module-io-context
Show description for f48ca55
antirez
authored
f48ca55
View commit details
Copy full SHA for f48ca55
View code at this point
Browse repository at this point
Fixed wrong sizeof(client) in object.c
guybe7
committed
8b070b5
View commit details
Copy full SHA for 8b070b5
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
fix a bug for quicklistDup() function
deep011
authored
7f1bb22
View commit details
Copy full SHA for 7f1bb22
View code at this point
Browse repository at this point
Add missing fclose()
jybaek
committed
a06d59b
View commit details
Copy full SHA for a06d59b
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
bitops.c/bitfieldCommand: update higest_write_offset with check
sunheehnus
committed
949a274
View commit details
Copy full SHA for 949a274
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Remove "Hey!" warning...
antirez
committed
f39e7d4
View commit details
Copy full SHA for f39e7d4
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
Better target MacOS on __atomic macros conditional compilation.
antirez
committed
a9f50a3
View commit details
Copy full SHA for a9f50a3
View code at this point
Browse repository at this point
Fixes compilation on MacOS 10.8.5, Clang tags/Apple/clang-421.0.57
Show description for 2000abc
melo
committed
2000abc
View commit details
Copy full SHA for 2000abc
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
SWAPDB command.
Show description for c7a4e69
antirez
committed
c7a4e69
View commit details
Copy full SHA for c7a4e69
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
Modules: use RedisModule_AbortBlock() in the example.
antirez
committed
a3b3ca7
View commit details
Copy full SHA for a3b3ca7
View code at this point
Browse repository at this point
Modules: AbortBlock() API implemented.
antirez
committed
95c17c0
View commit details
Copy full SHA for 95c17c0
View code at this point
Browse repository at this point
Modules: blocking API documented.
antirez
committed
58601c8
View commit details
Copy full SHA for 58601c8
View code at this point
Browse repository at this point
module.c: trim comment to 80 cols.
antirez
committed
553aa0e
View commit details
Copy full SHA for 553aa0e
View code at this point
Browse repository at this point
Example modules: remove warnings about types and not used args.
antirez
committed
870274b
View commit details
Copy full SHA for 870274b
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Refactor redis-trib.rb
yyoshiki41
committed
16f6506
View commit details
Copy full SHA for 16f6506
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Modules: blocking command example added.
antirez
committed
7dde8bf
View commit details
Copy full SHA for 7dde8bf
View code at this point
Browse repository at this point
Modules: fixes to the blocking commands API: examples now works.
antirez
committed
3459969
View commit details
Copy full SHA for 3459969
View code at this point
Browse repository at this point
Modules: RM_Milliseconds() API added.
antirez
committed
f156038
View commit details
Copy full SHA for f156038
View code at this point
Browse repository at this point
Modules: blocking commands WIP: API exported, a first example.
antirez
committed
ffb00fb
View commit details
Copy full SHA for ffb00fb
View code at this point
Browse repository at this point
Modules: introduce warning suppression macro for unused args.
antirez
committed
3aa816e
View commit details
Copy full SHA for 3aa816e
View code at this point
Browse repository at this point
Enable warning in example modules Makefile.
antirez
committed
3879923
View commit details
Copy full SHA for 3879923
View code at this point
Browse repository at this point
Module: API to block clients with threading support.
Show description for 8fadfe5
antirez
committed
8fadfe5
View commit details
Copy full SHA for 8fadfe5
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
Fix typos in GetContextFromIO API declaration.
antirez
committed
a5998d1
View commit details
Copy full SHA for a5998d1
View code at this point
Browse repository at this point
Fix name of mispelled function.
antirez
committed
799208d
View commit details
Copy full SHA for 799208d
View code at this point
Browse repository at this point
Module: Ability to get context from IO context.
Show description for 152c1b6
antirez
committed
152c1b6
View commit details
Copy full SHA for 152c1b6
View code at this point
Browse repository at this point
Copyright notice added to module.c.
antirez
committed
72279e3
View commit details
Copy full SHA for 72279e3
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
Modules: API to save/load single precision floating point numbers.
Show description for 3dc84c5
antirez
committed
3dc84c5
View commit details
Copy full SHA for 3dc84c5
View code at this point
Browse repository at this point
Modules: API to log from module I/O callbacks.
antirez
committed
a1b1fd4
View commit details
Copy full SHA for a1b1fd4
View code at this point
Browse repository at this point
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
committed
4674efd
View commit details
Copy full SHA for 4674efd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL