hiddenid01 / redis

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

Documentation: Sort: replace object_ with mynamespace: #444

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://redis.io/commands/sort

object_ is an optional namespace: rather than an object

hence it took me a while to figure how to get this functional.

please replace object_ with mynamespace:

~:"

perhaps this issue is personal to me??

Original issue reported on code.google.com by j...@peepo.com on 27 Jan 2011 at 10:29

GoogleCodeExporter commented 9 years ago
for brevity maybe define mynamespace as userID:

Original comment by j...@peepo.com on 27 Jan 2011 at 10:34

GoogleCodeExporter commented 9 years ago
I'm not seeing the real problem as Redis's keyspace is entirely flat, so all 
static parts of the keys in SORT are optional. If you have a proposal how to 
document this differently, you could send in a pull request at 
https://github.com/antirez/redis-doc and we'll take a look. Thanks.

Original comment by pcnoordh...@gmail.com on 6 Mar 2011 at 5:22