by jmgomez » Wed Jun 18, 2014 9:55 am
The aerospaike’s documentation say that the command List Bins show the next output
+-----------+-------+-------+-----------+
| namespace | count | quota | bin |
+-----------+-------+-------+-----------+
| "test" | 5 | 32768 | "b" |
| "test" | 5 | 32768 | "c" |
| "test" | 5 | 32768 | "a" |
| "test" | 5 | 32768 | "SUCCESS" |
| "test" | 5 | 32768 | "name" |
+-----------+-------+-------+-----------+
but when I execute this command I see:+-----------+----------------+----------------------+---------+----------+------------+---------------------+
| n_objects | set-enable-xdr | set-stop-write-count | ns_name | set_name | set-delete | set-evict-hwm-count |
+-----------+----------------+----------------------+---------+----------+------------+---------------------+
| 1 | "use-default" | 0 | "test" | "demo" | "false" | 0 |
+-----------+----------------+----------------------+---------+----------+------------+---------------------+
Anybody can help me for obatain the first output.
Thanks.