Created
November 15, 2010 18:11
-
-
Save abecciu/700704 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Thread debugging using libthread_db enabled] | |
[New Thread 0x7f248ff936f0 (LWP 1744)] | |
keysCommand (c=0x69c3ec78) at redis.c:4612 | |
4612 if ((pattern[0] == '*' && pattern[1] == '\0') || | |
#0 keysCommand (c=0x69c3ec78) at redis.c:4612 | |
#1 0x000000000040f213 in call (c=0x30ee0948, cmd=0x1444528) at redis.c:2275 | |
#2 0x0000000000419102 in processCommand (c=0x69c3ec78) at redis.c:2459 | |
#3 0x00000000004183d8 in processInputBuffer (c=0x69c3ec78) at redis.c:2673 | |
#4 0x0000000000419bad in readQueryFromClient (el=<value optimized out>, | |
fd=<value optimized out>, privdata=0x69c3ec78, mask=<value optimized out>) | |
at redis.c:2706 | |
#5 0x0000000000404ffe in aeProcessEvents (eventLoop=0x7f248ff2e018, flags=3) at ae.c:335 | |
#6 0x000000000040521e in aeMain (eventLoop=0x7f248ff2e018) at ae.c:380 | |
#7 0x000000000041c6e9 in main (argc=<value optimized out>, argv=<value optimized out>) | |
at redis.c:10867 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment