Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newcommands fixes #18 #19

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

loloreyn
Copy link

@loloreyn loloreyn commented Aug 1, 2014

new Del,Dump,Expireat,Rename,Renamex,Role,Rpop,Rpoplpush,Rpush,Rpushx,Sadd,Scard,Sdiff,Sdiffstore,Select,Setbit,Setrange,Time,Ttl, and Type commands

modification of Get, Set, Setnx commands as well as Protocol.java and Redis2TextProtocol.java

laureyn added 14 commits July 31, 2014 09:55
…,Sadd,Scard,Sdiff,Sdiffstore,Select,Setbit,Setrange,Time,Ttl, and Type commands

modification of Get, Set, Setnx commands as well as Protocol.java and Redis2TextProtocol.java
Conflicts:
	src/main/java/com/mmmthatsgoodcode/redis/protocol/command/Del.java
…tocol.java Expire.java and Redis2TextProtocolTest.java
…t filled (TODOs), Tests still need to be done
…,Blpop,Brpop,Commandgetkeys,Commandinfo,Configget, Protocol updated and test OK
…,Blpop,Brpop,Commandgetkeys,Commandinfo,Configget, Protocol updated and test OK
modified: Protocol, Redis2TextProtocol, Redis2TextProtocolTest
new Commands: Dbsize, Flushall, Flushdb, Hdel, Hexists, Hget, Hgetall, Hincrby, Hincrbyfloat,
	Hkeys, Hlen, Hmget, Hset, Hsetnx, Hvals, Incrby, Incrbyfloat, Info
…into newcommands

Conflicts:
	src/main/java/com/mmmthatsgoodcode/redis/protocol/Redis2TextProtocol.java
	src/test/java/com/mmmthatsgoodcode/redis/protocol/Redis2TextProtocolTest.java
…set,Ltrim,Mget, and Move. Redis2Textprotocol updated and test done
…e,Scriptflush,Scriptkill,Shutdown,Sinter,Sinterstore,Sismember,Smembers,Smove,Spop,Srandmember, Srem,Strlen and Unwatch. Protocol.java and Redist2TextProtocol.java updated, ProtocolTest done.
…, Sunionstore, Zcard, Zrem commands, Redis' protocol updated, and test done. Monitor, Sync and Zrank entities done, but the reply type still has to be defined.=>not added to protocol.
@andlaz
Copy link
Contributor

andlaz commented Aug 14, 2014

can you rebase this from master?
it is currently in conflict with it

@andlaz
Copy link
Contributor

andlaz commented Aug 21, 2014

This has the same problem. Can you commit only the changes specific to this issue, to a new branch of master please?

@loloreyn
Copy link
Author

sure, that's what I am working on right now. I just did a Multiplex branch, that implements all we decided about, and was about to push it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants