gulaftab / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

All hash commands unavailable. #618

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Redis version 2.2.12 on Ubuntu version 10.04.

For some reason, none of the commands related to hashes are supported by my 
redis installation.  I've reinstalled to version 2.4.0 and back to 2.2.12 
multiple times but nothing appears to fix this.

(error) ERR unknown command 'hget'

And for all of the hash-related commands.

Not sure what the problem is, but perhaps a clean os install would fix this.

Original issue reported on code.google.com by qcom...@gmail.com on 2 Aug 2011 at 8:27

GoogleCodeExporter commented 9 years ago
Chances are you connect to an older instance, probably 1.2 packaged with 
Ubuntu. You can check the version by calling the INFO command using for 
instance redis-cli.

Original comment by pcnoordh...@gmail.com on 2 Aug 2011 at 8:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Alright, thank you very much.

I just stopped the redis-server that was running, fired up a new one, 
connected, and am currently running version 2.2.12.

Original comment by qcom...@gmail.com on 2 Aug 2011 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by pcnoordh...@gmail.com on 2 Aug 2011 at 8:49